Learn R Programming

bayesAB (version 1.1.3)

plotNormalInvGamma: Plot the bivariate PDF of the Normal Inverse Gamma Distribution.

Description

Plot the bivariate PDF of the Normal Inverse Gamma Distribution.

Usage

plotNormalInvGamma(mu, lambda, alpha, beta)

Arguments

mu

\(\mu\) parameter of the Normal Inverse Gamma distribution.

lambda

\(\lambda\) parameter of the Normal Inverse Gamma distribution.

alpha

\(\alpha\) parameter of the Normal Inverse Gamma distribution.

beta

\(\beta\) parameter of the Normal Inverse Gamma distribution.

Value

The PDF of NormalInverseGamma(mu, lambda, alpha, beta)

Examples

Run this code
# NOT RUN {
plotNormalInvGamma(3, 1, 1, 1)
# }

Run the code above in your browser using DataLab