Uniform.moment (function)


def moment(self, m)

Expose the non-central moment of order m.

See scipy docs

This method is just a wrapper around the scipy.stats method on Uniform.dist_constructor_object.

Arguments

  • m (int): order

Returns

  • (float) non-central moment