suff_stat.Normal | R Documentation |
Compute the sufficient statistics for a Normal distribution from data
## S3 method for class 'Normal'
suff_stat(d, x, ...)
d |
A |
x |
A vector of data. |
... |
Unused. |
A named list of the sufficient statistics of the normal distribution:
mu
: The sample mean of the data.
sigma
: The sample standard deviation of the data.
samples
: The number of samples in the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.