powered by
Returns an DIRAC distribution object that always return the same number, or the same matrix of numbers in case multiple dimensions are setup
new_DIRAC(p_scalar, p_dimnames = "rvar")
An object of class DISTRIBUTION, DIRAC
DISTRIBUTION
DIRAC
A numeric that set the value for the distribution
A character that represents the name of the dimension
John J. Aponte
myDistr <- new_DIRAC(1) myDistr$rfunc(10)
Run the code above in your browser using DataLab