rrice {neuRosim} | R Documentation |
The Rice Distribution
Description
Density and random generation for the Rician distribution
Usage
rrice(n, vee, sigma)
Arguments
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. |
Details
See VGAM for more details on the parameters and the formula of the probability density function.
Value
Random deviates for the given number of observations.
Author(s)
T.W. Yee
Examples
x <- rrice(n=10,vee=2,sigma=1)
[Package neuRosim version 0.2-14 Index]