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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user