The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
standardizedMoment.standardizedMoment
mir
stat
descriptive
univariate
standardizedMoment
stdevType
!
Range
standardizedMoment
(Range r)
template
standardizedMoment
(size_t N, StandardizedMomentAlgo standardizedMomentAlgo = StandardizedMomentAlgo.scaled, VarianceAlgo varianceAlgo = VarianceAlgo.twoPass, Summation summation = Summation.appropriate)
@
fmamath
stdevType
!
Range
standardizedMoment
(
Range
)
(
Range
r
)
if
(
isIterable
!
Range
)
if
(
N
> 0
)
stdevType
!
T
standardizedMoment
(T[] ar)
template
standardizedMoment
(F, size_t N, StandardizedMomentAlgo standardizedMomentAlgo = StandardizedMomentAlgo.scaled, VarianceAlgo varianceAlgo = VarianceAlgo.twoPass, Summation summation = Summation.appropriate)
template
standardizedMoment
(F, size_t N, string standardizedMomentAlgo, string varianceAlgo = "twoPass", string summation = "appropriate")
template
standardizedMoment
(size_t N, string standardizedMomentAlgo, string varianceAlgo = "twoPass", string summation = "appropriate")
Parameters
r
Range
range, must be finite iterable
Meta
Source
See Implementation
mir
stat
descriptive
univariate
standardizedMoment
functions
standardizedMoment