The OpenD Programming Language

centralMoment.centralMoment

  1. meanType!Range centralMoment(Range r)
  2. meanType!T centralMoment(T[] ar)
    template centralMoment(size_t N, Summation summation = Summation.appropriate)
    centralMoment
    (
    T
    )
    (
    scope const T[] ar...
    )
    if (
    N > 0
    )

Parameters

ar T[]

values

Meta