GeneralizedInverseGaussinFixedLambdaStatistic

Minimal sufficient and complete statistic for the generalized inverse Gaussin disributoin with fixed lambda.

struct GeneralizedInverseGaussinFixedLambdaStatistic (
T
) if (
isFloatingPoint!T
) {}

Constructors

this
this(T[] sample)
this
this(T[] sample, T[] weights)

Members

Variables

mean
T mean;

Σ weights[j] * sample[j] / Σ weights[j]

meani
T meani;

Σ weights[j] / sample[j] / Σ weights[j]

Meta