rrice {neuRosim} | R Documentation |
Density and random generation for the Rician distribution
rrice(n, vee, sigma)
n |
number of observations. Must be a positive integer of length 1. |
vee |
non-centrality parameter of the distribution. Must be a positive integer of length 1. |
sigma |
scale parameter of the distribution. Must be a positive integer of length 1. |
See VGAM for more details on the parameters and the formula of the probability density function.
Random deviates for the given number of observations.
T.W. Yee
## Not run: x <- rrice(n=10,vee=2,sigma=1) ## End(Not run)