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

MAINT: Remove an obsolete comment in skew_normal.hpp.

This commit is contained in:
Warren Weckesser
2025-01-24 21:18:22 -05:00
parent dd02f2278a
commit 2fda707186

View File

@@ -13,7 +13,7 @@
// Azzalini, A. (1985). "A class of distributions which includes the normal ones".
// Scand. J. Statist. 12: 171-178.
#include <boost/math/distributions/fwd.hpp> // TODO add skew_normal distribution to fwd.hpp!
#include <boost/math/distributions/fwd.hpp>
#include <boost/math/special_functions/owens_t.hpp> // Owen's T function
#include <boost/math/distributions/complement.hpp>
#include <boost/math/distributions/normal.hpp>