Learn R Programming

mvpd (version 0.0.5)

rkolm: Random Variates for the Kolmogorov Distribution

Description

Random Variates for the Kolmogorov Distribution

Usage

rkolm(n, nterms = 500)

Value

n random variates

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.

Examples

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

Run the code above in your browser using DataLab