The OpenD Programming Language

StandardizedMomentAlgo

Values

ValueMeaning
scaled

Calculates n-th standardized moment as E(((x - u) / sigma) ^^ N)

centered

Calculates n-th standardized moment as E(((x - u) ^^ N) / ((x - u) ^^ (N / 2)))

Meta