CentralMoment
CentralMoment(list, r)gives the the
r-th central moment (i.e. therth 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.10085Implementation status
- ✅ - full supported