std.std

  1. auto std(S slice, bool isPopulation)
    template std(sumTemplateArgs...)
    nothrow @nogc deprecated pure nothrow @nogc
    std
    (
    S
    )
    (,
    bool isPopulation = true
    )
    if (
    isSlice!S
    )
  2. auto std(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

standard deviation of slice

Meta