Computes the incomplete Beta function.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- a
- Double
The left shape parameter, which must be non-negative.
- b
- Double
The right shape paraemter, which must be non-negative.
- x
- Double
The integral endpoint, which must lie in [0,1].