You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.BetaIncomplete Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.BetaIncomplete Method

Incomplete beta function.

Syntax
C#
Visual Basic
public static double BetaIncomplete(double x, double a, double b);

incomplete beta function for given parameters x, a and b.

The incomplete beta 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!