Compute the sufficient statistics for a Log-normal distribution from data
Source:R/LogNormal.R
suff_stat.LogNormal.RdCompute the sufficient statistics for a Log-normal distribution from data
Usage
# S3 method for class 'LogNormal'
suff_stat(d, x, ...)Arguments
- d
A
LogNormalobject created by a call toLogNormal().- x
A vector of data.
- ...
Unused.