PDF
Evaluates the PDF of the Beta distribution.
Controller:
CodeCogs
Dependents
Interface
#include <codecogs/statistics/distributions/continuous/beta/pdf.h>
using namespace Stats::Dists::Continuous::Beta;
| double | PDF (double x, double a, double b)
Evaluates the PDF of the Beta distribution. |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
PDF
Evaluates the PDF of the Beta distribution. | |
PDF
The density of the Beta distribution is defined by
or
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 |
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge