rkolm {mvpd}R Documentation

Random Variates for the Kolmogorov Distribution

Description

Random Variates for the Kolmogorov Distribution

Usage

rkolm(n, nterms = 500)

Arguments

n

the number of random variate to simulate

nterms

the number of terms in the limiting sum. That is, turning infinity into a Big K on the top of the summation.

Value

n random variates

Examples

## see https://swihart.github.io/mvpd/articles/deep_dive_kolm.html
rkolm(10)

[Package mvpd version 0.0.5 Index]