public double CentralMoment(
int r
)
Public Function CentralMoment (
r As Integer
) As Double
public:
double CentralMoment(
int r
)
member CentralMoment :
r : int -> float
This method computes the central moments of the sample data, not the estimated central moments of the underlying population; to obtain the latter, use PopulationCentralMoment(Int32).