rrice | 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
x <- rrice(n=10,vee=2,sigma=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.