The OpenD Programming Language

centralMoment.centralMoment

  1. meanType!Range centralMoment(Range r)
    template centralMoment(size_t N, Summation summation = Summation.appropriate)
    meanType!Range
    centralMoment
    (
    Range
    )
    (
    Range r
    )
    if ()
    if (
    N > 0
    )
  2. meanType!T centralMoment(T[] ar)
  3. template centralMoment(F, size_t N, Summation summation = Summation.appropriate)
  4. template centralMoment(F, size_t N, string summation)
  5. template centralMoment(size_t N, string summation)

Parameters

r Range

range, must be finite iterable

Meta