Learn R Programming

rpgm (version 1.1.2)

rcantor: Fast Simulation of Cantor Random Variables

Description

The function generates uniformly random variable on the Cantor set. The distribution provided is singular (neither dsicrite nor absolutely continuous nor a mixture).

Usage

rcantor(n)

Arguments

n

integer, number of simulations.

Value

A vector of i.i.d. Cantor random variables.

Details

The Cantor set is uncountable with Lebesgue's measure 0 which leads to a singular probability distribution. The corresponding cumulative probability distribution is the Devil's staircase. The cantor set can be viewed as the number of the form sum(j=1, +Inf) c_j / 3^j with c_j in {0, 2} and the corresping probability distribution simulates uniformely the c_j (here, to j=32).

References

https://en.wikipedia.org/wiki/Cantor_distribution

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
rcantor(5)
# }

Run the code above in your browser using DataLab