Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Reference
    • Extreme.Mathematics Namespace
    • Extreme.Mathematics.Algorithms Namespace
    • Extreme.Mathematics.Calculus Namespace
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations Namespace
    • Extreme.Mathematics.Curves Namespace
    • Extreme.Mathematics.Curves.Nonlinear Namespace
    • Extreme.Mathematics.EquationSolvers Namespace
    • Extreme.Mathematics.Generic Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra Namespace
    • Extreme.Mathematics.LinearAlgebra.Complex Namespace
    • Extreme.Mathematics.LinearAlgebra.IO Namespace
    • Extreme.Mathematics.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra.Sparse Namespace
    • Extreme.Mathematics.Optimization Namespace
    • Extreme.Mathematics.Optimization.LinearProgramming Namespace
    • Extreme.Mathematics.SignalProcessing Namespace
    • Extreme.Mathematics.SpecialFunctions Namespace
    • Extreme.Statistics Namespace
    • Extreme.Statistics.Distributions Namespace
    • Extreme.Statistics.Multivariate Namespace
    • Extreme.Statistics.Random Namespace
    • Extreme.Statistics.Tests Namespace
    • Extreme.Statistics.TimeSeriesAnalysis Namespace
  • Extreme.Mathematics.SpecialFunctions Namespace
    • Airy Class
    • Bessel Class
    • BinomialEnumerator Class
    • Combinatorics Class
    • ExponentialIntegrals Class
    • GammaFunctions Class
    • NumberTheory Class
    • Probability Class
  • GammaFunctions Class
    • Members
    • Fields
    • Methods
  • Methods
    • Beta Method
    • Digamma Overloads
    • Gamma Overloads
    • HarmonicNumber Method
    • IncompleteBeta Method
    • IncompleteGamma Overloads
    • InverseRegularizedBeta Method
    • InverseRegularizedGammaP Method
    • InverseRegularizedGammaQ Method
    • LogBeta Method
    • LogGamma Overloads
    • LogGammaWithSign Method
    • Pochhammer Method
    • RegularizedBeta Method
    • RegularizedGammaP Method
    • RegularizedGammaQ Method
    • TaylorCoefficient Method
  • IncompleteBeta Method
Collapse imageExpand ImageCopy imageCopyHover image
       




GammaFunctions..::..IncompleteBeta Method

GammaFunctions Class  See Also 
Evaluates the Incomplete Beta function.

Namespace:  Extreme.Mathematics.SpecialFunctions
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
public static double IncompleteBeta(
	double a,
	double b,
	double x
)
Visual Basic (Declaration)
Public Shared Function IncompleteBeta ( _
	a As Double, _
	b As Double, _
	x As Double _
) As Double
Visual C++
public:
static double IncompleteBeta(
	double a, 
	double b, 
	double x
)
F#
static member IncompleteBeta : 
        a:float * 
        b:float * 
        x:float -> float 

Parameters

a
Type: System..::.Double
The first shape parameter.
b
Type: System..::.Double
The second shape parameter.
x
Type: System..::.Double
A real number.

Return Value

The Incomplete Beta function evaluated for the specified arguments.

Remarks

The term 'incomplete' refers to the fact that the defining integral of the beta function is evaluated from zero up to a point between 0 and 1, so that IncompleteBeta(a, b, 1) = Beta(a, b).

There is some confusion around the use of the term incomplete beta function. It may also refer to the normalized incomplete beta function or regularized beta function, implemented by the RegularizedBeta(Double, Double, Double) method. Care should be taken when using these methods that the correct method is called.

See Also

GammaFunctions Class
Extreme.Mathematics.SpecialFunctions Namespace
GammaFunctions..::.Beta(Double, Double)
GammaFunctions..::.LogBeta(Double, Double)
GammaFunctions..::.RegularizedBeta(Double, Double, Double)

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.