FUNCTION
Evaluates the PDF of the generalized Beta distribution.
You're viewing an older version of this page (#177). View the current version.
Interface
#include <codecogs/statistics/distributions/continuous/beta/pdf.h>
using namespace Statistics::Distributions::Continuous::Beta;
The density of the Beta distribution is defined by
or
When and
are equal the function is symmetric about x=0.5, with it becoming increasingly skewed with larger and larger differences.
is a uniform distribution, while
produces a straight line of gradient -2, and
produces a straight line with a gradient of 2.
As a general rule values of produces a closed distributions, i.e \graph x=0:0.99 a=3 b=3:9:4 .size=medium
While values of produce cupped shaped distributions which tend to infinity at either extreme, i.e. \graph x=0.1:0.9 a=0.2:0.8:7 b=0.5 .size=medium
References
Cephes Math Library Release 2.8: June, 2000
Parameters
Interactive Calculator
Computing…
Set a range above first to export a graph.