dstats ~master (2018-01-23T10:54:54Z)
Home
Dub
Repo
approxEqual
dstats
tests
Returns
approxEqual
(
lhs
,
rhs
,
1e-2
,
1e-5
)
.
bool
approxEqual
(
T
lhs
,
U
rhs
,
V
maxRelDiff
,
V
maxAbsDiff
=
1e-5
)
bool
approxEqual
(
T
lhs
,
U
rhs
)
bool
approxEqual
(
T
U
)
(
T
lhs
,
U
rhs
)
Meta
Source
See Implementation
dstats
tests
enums
Alt
Dependency
Expected
functions
approxEqual
binomialTest
chiSquareContingency
chiSquareFit
chiSquareObs
correlatedAnova
dAgostinoK
fTest
falseDiscoveryRate
fisherExact
fishersMethod
friedmanTest
gTestContingency
gTestFit
gTestObs
hochberg
holmBonferroni
kendallCorTest
kruskalWallis
ksTest
ksTestDestructive
levenesTest
multinomialTest
pairedTTest
pearsonCorTest
runsTest
signTest
spearmanCorTest
studentsTTest
welchAnova
welchTTest
wilcoxonRankSum
wilcoxonSignedRank
structs
ConfInt
GTestRes
RunsTest
TestRes
templates
isSummary
Returns approxEqual(lhs, rhs, 1e-2, 1e-5).