Click or drag to resize

GaussKronrodPatterson Class

Gauss-Kronrod-Patterson integration in non-infinite range at 10, 21, 43 and 87 points sequentially until desired absolute or relative error reached. http://en.wikipedia.org/wiki/Gauss%E2%80%93Kronrod_quadrature_formula
Inheritance Hierarchy
SystemObject
  FinMath.IntegrationGaussKronrodPatterson

Namespace:  FinMath.Integration
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class GaussKronrodPatterson

The GaussKronrodPatterson type exposes the following members.

Constructors
  NameDescription
Public methodGaussKronrodPatterson
Initializes a new instance of the GaussKronrodPatterson class
Top
Properties
  NameDescription
Public propertyAbsoluteError
The integral approximation absolute error estimation.
Public propertyEvaluationsNumber
Number of function evaluations.
Public propertyFalseReason
The reason why last integration failed.
Public propertyResult
The numerical integral approximation.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntegrate(FuncDouble, Double, Double, Double)
Calculates integral.
Public methodIntegrate(FuncDouble, Double, Double, Double, Double, Double)
Calculates integral.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also