sufficientStatistics_Weighted: Get weighted sample sufficient statistics
Description
This is a generic function that will generate the weighted sufficient statistics of a given "BayesianBrick" object. That is, for the model structure:
theta|gamma ~ H(gamma)
X|theta ~ F(theta)
get the weighted sufficient statistics T(X)
Usage
sufficientStatistics_Weighted(obj, ...)
Arguments
obj
A "BayesianBrick" object used to select a method.
...
further arguments passed to or from other methods.
Value
An object of corresponding sufficient statistics class, such as "ssGaussian"