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