You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > BetaCDF Method > Probabilities.BetaCDF Method (double, double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.BetaCDF Method (double, double, double)

Beta cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double BetaCDF(double x, double a, double b);
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!