sufficientStatistics.GaussianNIG: Sufficient statistics of a "GaussianNIG" object
Description
For following Gaussian-NIG model structure:
beta,sigma^2|gamma ~ NIG(gamma)
x|beta,sigma^2,X ~ Gaussian(X
where gamma = (m,V,a,b) is the Normal-Inverse-Gamma(NIG) parameter, "m" is a numeric "location" parameter; "V" is a symmetric positive definite matrix representing the "scale" parameters; "a" and "b" are the "shape" and "rate" parameter of the Inverse Gamma distribution.
The model structure and prior parameters are stored in a "GaussianNIG" object.
The sufficient statistics of a set of samples (x,X) are:
the effective number of samples N=nrow(X) or length(x);
the covariance of X and x SXx=t(X)
the covariance of X SX=t(X)
the covariance of x Sx=t(x)
logical, if foreach=TRUE, will return a list of sufficient statistics for each (x,X), otherwise will return the sufficient statistics as a whole.
...
Additional arguments to be passed to other inherited types.
Value
If foreach=TRUE, will return a list of sufficient statistics for each row of (x,X), otherwise will return the sufficient statistics of (x,X) as a whole.
References
Banerjee, Sudipto. "Bayesian Linear Model: Gory Details." Dowloaded from http://www. biostat. umn. edu/~ ph7440 (2008).