2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

added & corrected tests

[SVN r3811]
This commit is contained in:
Paul A. Bristow
2007-03-28 11:43:19 +00:00
parent 7405f2d546
commit ecaa82d4a4

View File

@@ -470,7 +470,7 @@ void test_spots(RealType T)
median(trim12), static_cast<RealType>(-0.13397459621556151), tolerance);
BOOST_CHECK_EQUAL(
skewness(distu01), static_cast<RealType>(0));
// kertosis:
// kurtosis:
BOOST_CHECK_CLOSE_FRACTION(
kurtosis_excess(distu01), kurtosis(distu01) - static_cast<RealType>(3L), tolerance);
// kurtosis excess = kurtosis - 3;