cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
help! generate skew distribution
help! generate skew distribution
May 27, 2013 at 12:44pm UTC
huang11404
(11)
does anyone know how to generate a skew distribution random number?
or is there any place having refer the skew distribution random number?
thanks
May 27, 2013 at 1:19pm UTC
MiiNiPaa
(8886)
http://en.cppreference.com/w/cpp/numeric/random#Normal_distributions
Might help you.
Or there is skew_normal_distribution in Boost:
http://www.boost.org/doc/libs/1_50_0_beta1/libs/math/doc/sf_and_dist/html/math_toolkit/dist/dist_ref/dists/skew_normal_dist.html
Wikipedia article
http://en.wikipedia.org/wiki/Skew_normal_distribution
May 30, 2013 at 9:41am UTC
huang11404
(11)
It is really useful . Thanks very much.
Topic archived. No new replies allowed.