powered by
Density and random generation for the Rician distribution
rrice(n, vee, sigma)
Random deviates for the given number of observations.
number of observations. Must be a positive integer of length 1.
non-centrality parameter of the distribution. Must be a positive integer of length 1.
scale parameter of the distribution. Must be a positive integer of length 1.
T.W. Yee
See VGAM for more details on the parameters and the formula of the probability density function.
x <- rrice(n=10,vee=2,sigma=1)
Run the code above in your browser using DataLab