standardDeviation method

T standardDeviation()

Implementation

T standardDeviation() => variance().sqrt() as T;