The OpenD Programming Language

moment.moment

  1. meanType!F moment(Range r)
  2. stdevType!F moment(Range r)
  3. meanType!F moment(F[] ar)
    template moment(F, size_t N, MomentAlgo momentAlgo, Summation summation = Summation.appropriate)
    moment
    ()
    (
    scope const F[] ar...
    )
    if ()
  4. stdevType!F moment(F[] ar)

Parameters

ar F[]

values

Meta