UNIFORM | R Documentation |
Returns an UNIFORM distribution object that produce random numbers
from a uniform distribution using the runif
function
new_UNIFORM(p_min, p_max, p_dimnames = "rvar")
p_min |
A numeric that represents the lower limit |
p_max |
A numeric that represents the upper limit |
p_dimnames |
A character that represents the name of the dimension |
An object of class DISTRIBUTION
, UNIFORM
John J. Aponte
myDistr <- new_UNIFORM(0,1)
myDistr$rfunc(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.