rinvchisq: Random draws from a scaled inverse chi-square distribution

rinvchisqR Documentation

Random draws from a scaled inverse chi-square distribution

Description

The distribution is an important component of Bayesian normal hierarchical models with uniform priors.

Usage


rinvchisq(n, df, scale = 1/df)

Arguments

n

The number of random draws.

df

Degrees of freedom parameter.

scale

Scale non-centrality parameter.

Details

Code based on a function with same name in package goeR.

See Also

The function is a wrapper for rchisq.


asbio documentation built on Aug. 20, 2023, 9:07 a.m.