zscore.zscore

  1. auto zscore(S slice, bool isPopulation)
    template zscore(sumTemplateArgs...)
    nothrow @nogc pure nothrow @nogc
    zscore
    (
    S
    )
    (,
    bool isPopulation = true
    )
    if (
    isSlice!S
    )
  2. auto zscore(S slice, Seed seed, bool isPopulation)

Parameters

slice S

input slice

isPopulation bool

true (default) if computing population standard deviation, false otherwise

Return Value

Type: auto

zscore of slice

Meta