powered by
lndIChisq computes the log of an Inverted Chi-Squared Density.
lndIChisq
lndIChisq(nu, ssq, X)
Log density value
d.f. parameter
scale parameter
ordinate for density evaluation (this must be a matrix)
This routine is a utility routine that does not check the input arguments for proper dimensions and type.
Peter Rossi, Anderson School, UCLA, perossichi@gmail.com.
\(Z = nu*ssq / \chi^2_{nu}\) with \(Z\) \(\sim\) Inverted Chi-Squared. lndIChisq computes the complete log-density, including normalizing constants.
For further discussion, see Chapter 2, Bayesian Statistics and Marketing by Rossi, Allenby, and McCulloch.
dchisq
lndIChisq(3, 1, matrix(2))
Run the code above in your browser using DataLab