FUNCTION
Evaluates the PDF of the Beta distribution.
You're viewing an older version of this page (#488). 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
(1)
or
(2)
\graph x=0:1 a=1:3:3 b=1:3:3 .height=300
Parameters
x
the value at which to evaluate the function, must be in range 0..1
a
the 1st number of degrees of freedom, must be strictly positive
b
the 2nd number of degrees of freedom, must be strictly positive
Interactive Calculator
x
a
b
Result
Computing…
Set a range above first to export a graph.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.