Struct ZScore

struct ZScore(T)
  
if (isForwardRange!T && is(ElementType!T : double));

Constructors

NameDescription
this
this

Fields

NameTypeDescription
mean double
range T
sdNeg1 double

Properties

NameTypeDescription
empty[get] bool
front[get] double

Methods

NameDescription
popFront
z