The OpenD Programming Language

MomentAlgo

Values

ValueMeaning
raw

nth raw moment, E(x ^^ n)

central

nth central moment, E((x - u) ^^ n)

standardized

nth standardized moment, E(((x - u) / sigma) ^^ n)

Meta