Dew Math for .NET
|
Beta cumulative distribution function (CDF).
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 cumulative distribution function (CDF), which the probability that a single observation from a beta distribution with parameters a and b will fall in the interval [0,x].
The beta cumulative distribution function is defined by the following equation:
where B(a,b) is Beta function.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|