Lines Matching refs:skewness
306 double skew = boost::math::statistics::skewness(v); in test_integer_skewness()
311 skew = boost::math::statistics::skewness(v); in test_integer_skewness()
316 skew = boost::math::statistics::skewness(v); in test_integer_skewness()
320 skew = boost::math::statistics::skewness(v); in test_integer_skewness()
326 double m1 = boost::math::statistics::skewness(v); in test_integer_skewness()
331 double m2 = boost::math::statistics::skewness(v); in test_integer_skewness()
341 Real skew = boost::math::statistics::skewness(v); in test_skewness()
346 skew = boost::math::statistics::skewness(v); in test_skewness()
351 skew = boost::math::statistics::skewness(v); in test_skewness()
355 skew = boost::math::statistics::skewness(w1); in test_skewness()
359 skew = boost::math::statistics::skewness(w2); in test_skewness()
364 Real m1 = boost::math::statistics::skewness(v); in test_skewness()
369 Real m2 = boost::math::statistics::skewness(v); in test_skewness()