sichisq: Density and random sampling from the scaled...

Description Usage Arguments Details

Description

Density and random sampling from the scaled inverse-chi-square distribution.

Usage

1
2
3
rsichisq(n, nu, tau)

dsichisq(x, nu, tau, log = FALSE)

Arguments

n

Integer number of random draws to generate.

nu

Shape parameter (positive scalar or vector).

tau

Scale parameter (positive scalar or vector).

x

Observations (positive scalar or vector).

log

Logical; whether to calculate the density on the log scale.

Details

Arguments x, nu, and tau are recycled as needed.


mlysy/losmix documentation built on Jan. 18, 2021, 5:56 a.m.