suff_stat.Normal {distributions3}R Documentation

Compute the sufficient statistics for a Normal distribution from data

Description

Compute the sufficient statistics for a Normal distribution from data

Usage

## S3 method for class 'Normal'
suff_stat(d, x, ...)

Arguments

d

A Normal object created by a call to Normal().

x

A vector of data.

...

Unused.

Value

A named list of the sufficient statistics of the normal distribution:


[Package distributions3 version 0.2.1 Index]