Subject: [Boost-bugs] [Boost C++ Libraries] #12407: typos/bugs in arcsine CDF and support?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-23 07:53:27
#12407: typos/bugs in arcsine CDF and support?
----------------------------------+---------------------------
Reporter: maciej.swat@⦠| Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.61.0 | Severity: Cosmetic
Keywords: arcsine distribution |
----------------------------------+---------------------------
Hi, I have two questions/corrections regarding the arcsine distribution.
1. On the website
http://www.boost.org/doc/libs/1_61_0/libs/math/doc/html/math_toolkit/dist_ref/dists/arcine_dist.html
in the main text, the formula for CDF contains a bug. Instead of
F(x) = 2â
arcsin(â((x-x_min)/(x_max - x))) / Ï
it should be
F(x) = 2â
arcsin(â((x-x_min)/(x_max - x_min))) / Ï
Note that the CDF is is correctly displayed in the 'Implementation' box
F(x) = 2/Ïâ
sin-1(â(x - a) / (b - a) )
2. Should the support be (0,1) instead of [0,1], see e.g.
http://www.math.uah.edu/stat/special/Arcsine.html
Best Regards, Maciej
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12407> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC