Learn R Programming

neuRosim (version 0.2-14)

rrice: The Rice Distribution

Description

Density and random generation for the Rician distribution

Usage

rrice(n, vee, sigma)

Value

Random deviates for the given number of observations.

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.

Author

T.W. Yee

Details

See VGAM for more details on the parameters and the formula of the probability density function.

Examples

Run this code
x <- rrice(n=10,vee=2,sigma=1)

Run the code above in your browser using DataLab