Skip to content

CentralMoment

CentralMoment(list, r)

gives the the r-th central moment (i.e. the rth moment about the mean) of list.

CentralMoment(dist, r)

gives the the r-th central moment of the distribution dist.

See:

Examples

>> CentralMoment({1.1, 1.2, 1.4, 2.1, 2.4}, 4)
0.10085

Implementation status

  • ✅ - full supported

Github