mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
stdevType
mir
math
stat
package
template
stdevType (
T
) {
import
mir
.
internal
.
utility
:
isFloatingPoint
;
;
alias
U
=
meanType
!
T
;
alias
stdevType
=
U
;
}
Members
Aliases
U
alias
U
=
meanType
!
T
Undocumented in source.
stdevType
alias
stdevType
=
U
Undocumented in source.
Meta
Source
See Implementation
mir
math
stat
enums
VarianceAlgo
functions
gmean
structs
GMeanAccumulator
MapSummator
MeanAccumulator
VarianceAccumulator
templates
center
gmeanType
hmean
hmeanType
mean
meanType
median
simpleLinearRegression
standardDeviation
statType
stdevType
variance