rrice: The Rice Distribution

View source: R/rrice.R

rriceR 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)

neuRosim documentation built on Oct. 18, 2023, 5:09 p.m.