logpdf_linear_normal_inverse_gamma_gaussian
function logpdf_linear_normal_inverse_gamma_gaussian(x:Real, a:Real, μ:Real, a2:Real, c:Real, α:Real, β:Real) -> Real
Observe a Gaussian variate with a normal inverse-gamma prior with linear transformation.
- x: The variate.
- a: Scale.
- μ: Mean.
- a2: Variance.
- c: Offset.
- α: Shape of the inverse-gamma.
- β: Scale of the inverse-gamma.
Returns: the log probability density.