suff_stat.Exponential | R Documentation |
Compute the sufficient statistics of an Exponential distribution from data
## S3 method for class 'Exponential'
suff_stat(d, x, ...)
d |
An |
x |
A vector of data. |
... |
Unused. |
A named list of the sufficient statistics of the exponential distribution:
sum
: The sum of the observations.
samples
: The number of observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.