The OpenD Programming Language

standardizedMoment.standardizedMoment

  1. stdevType!Range standardizedMoment(Range r)
  2. stdevType!T standardizedMoment(T[] ar)
    template standardizedMoment(size_t N, StandardizedMomentAlgo standardizedMomentAlgo = StandardizedMomentAlgo.scaled, VarianceAlgo varianceAlgo = VarianceAlgo.twoPass, Summation summation = Summation.appropriate)
    standardizedMoment
    (
    T
    )
    (
    scope const T[] ar...
    )
    if (
    N > 0
    )

Parameters

ar T[]

values

Meta