We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd02f22 commit 2fda707Copy full SHA for 2fda707
include/boost/math/distributions/skew_normal.hpp
@@ -13,7 +13,7 @@
13
// Azzalini, A. (1985). "A class of distributions which includes the normal ones".
14
// Scand. J. Statist. 12: 171-178.
15
16
-#include <boost/math/distributions/fwd.hpp> // TODO add skew_normal distribution to fwd.hpp!
+#include <boost/math/distributions/fwd.hpp>
17
#include <boost/math/special_functions/owens_t.hpp> // Owen's T function
18
#include <boost/math/distributions/complement.hpp>
19
#include <boost/math/distributions/normal.hpp>
0 commit comments