Lines Matching refs:arcsine

3 [import ../../example/arcsine_example.cpp] [/ for arcsine snips below]
6 ``#include <boost/math/distributions/arcsine.hpp>``
14 …typedef arcsine_distribution<double> arcsine; // double precision standard arcsine distribution [0…
33 [@http://en.wikipedia.org/wiki/arcsine_distribution arcsine]
35 The arcsine distribution is named because its CDF uses the inverse sin[super -1] or arcsine.
38 providing the 'standard arcsine distribution' as default with ['x_min = 0] and ['x_max = 1].
41 The arcsine distribution is generalized to include any bounded support ['a <= x <= b] by
52 for the [@http://en.wikipedia.org/wiki/arcsine_distribution arcsine distribution]
57 For example, __WolframAlpha arcsine distribution, from input of
65 The Probability Density Functions (PDF) of generalized arcsine distributions are symmetric U-shaped…
73 The 'Standard' (0, 1) arcsine distribution is shown in blue
88 constructs an arcsine distribution with range parameters ['x_min] and ['x_max].
96 constructs an arcsine distribution with ['x_min = -2] and ['x_max = 4].
98 …of ['x_min = 0] and ['x_max = 1] and a ` typedef arcsine_distribution<double> arcsine;` mean that
100 arcsine as;
102 constructs a 'Standard 01' arcsine distribution.
129 The arcsine distribution is useful to describe
148 For large numbers of tosses, this is modelled by the (standard \[0,1\]) arcsine distribution,
206 The arcsine distribution with ['x_min = 0] and ['x_max = 1] is special case of the
215 For example, for a standard [0, 1] arcsine distribution ['as], the pdf is symmetric about random va…
267 * [@http://en.wikipedia.org/wiki/arcsine_distribution Wikipedia arcsine distribution]
276 *[@http://www.math.uah.edu/stat/special/Arcsine.html arcsine distribution].
277 *[@http://reference.wolfram.com/language/ref/ArcSinDistribution.html Wolfram reference arcsine exam…
281 [endsect] [/section:arcsine_dist arcsine]
283 [/ arcsine.qbk