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