suff_stat.Exponential {distributions3} | R Documentation |
Compute the sufficient statistics of an Exponential distribution from data
Description
Compute the sufficient statistics of an Exponential distribution from data
Usage
## S3 method for class 'Exponential'
suff_stat(d, x, ...)
Arguments
d |
An |
x |
A vector of data. |
... |
Unused. |
Value
A named list of the sufficient statistics of the exponential distribution:
-
sum
: The sum of the observations. -
samples
: The number of observations.
[Package distributions3 version 0.2.1 Index]