Dew Math for .NET
|
Beta probability density function (PDF).
Parameters |
Description |
double x |
Function domain, real positive value on closed interval [0,1]. |
double a |
Shape parameter, real positive value. |
double b |
Shape parameter, real positive value. |
the beta distribution probability density function (PDF).
Calculates the beta probability density function. The beta probability density function is defined by the following equation:
where B(a,b) is Beta function and it defines the interval on which the beta PDF is not zero. The beta distribution describes a family of curves that are nonzero only on the interval [0,1]. The parameters a and b must both be greater than zero and x must lie on the interval (0,1) otherwise the result is NAN.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|