CentralMoment
CentralMoment(list, r)
gives the the
r
-th central moment (i.e. ther
th moment about the mean) oflist
.
CentralMoment(dist, r)
gives the the
r
-th central moment of the distributiondist
.
See:
Examples
>> CentralMoment({1.1, 1.2, 1.4, 2.1, 2.4}, 4)0.10085
Implementation status
- ✅ - full supported