Module rv::data[][src]

Expand description

Data utilities

Structs

Sufficient statistic for the Bernoulli distribution.

Categorical distribution sufficient statistic.

Gaussian sufficient statistic.

Gaussian sufficient statistic.

Poisson sufficient statistic.

Enums

Holds either a sufficient statistic of a vector of data.

Traits

Converts to and from a bool

The trait that data must implemented by all data used with the Categorical distribution

Functions

Convert a DataOrSuffStat into a Stat

Convert a DataOrSuffStat into a Stat then do something with it

Type Definitions