InvChiSq: Specify an inverse chi-squared distribution.

View source: R/SpecPrior-generators.R

InvChiSqR Documentation

Specify an inverse chi-squared distribution.

Description

Specify an inverse chi-squared distribution, for use as a prior..

Usage

InvChiSq(df, scaleSq, max = NULL)

Arguments

df

Degrees of freedom. A positive number.

scaleSq

Scale parameter. A positive number.

max

A positive number. If finite, the distribution is truncated at this point.

Value

Object of class InvChiSq.

Examples

InvChiSq(df = 10, scaleSq = 10, max = 15)

StatisticsNZ/demest documentation built on Nov. 2, 2023, 7:56 p.m.