Compute the sufficient statistics for a Normal distribution from data
Source:R/Normal.R
suff_stat.Normal.Rd
Compute the sufficient statistics for a Normal distribution from data
Usage
# S3 method for class 'Normal'
suff_stat(d, x, ...)
Arguments
- d
A
Normal
object created by a call toNormal()
.- x
A vector of data.
- ...
Unused.