Approximation methods for definitive integral estimation
Static member | Description |
Full Usage:
NumericalIntegrationMethod.calculateDefiniteFunctionIntegral
Returns: NumericalIntegrationMethod -> (float -> float) -> seq<float> -> float -> float
|
|
Full Usage:
NumericalIntegrationMethod.calculateDefiniteFunctionIntegralParallel
Returns: NumericalIntegrationMethod -> (float -> float) -> seq<float> -> float -> float
|
returns a function that estimates the definite integral of a function with the given method in parallel
|
Full Usage:
NumericalIntegrationMethod.calculateDefiniteObservationIntegral
Returns: NumericalIntegrationMethod -> (float * float)[] -> float
|
|
Full Usage:
NumericalIntegrationMethod.getObservationPartitionIntegrals
Returns: NumericalIntegrationMethod -> (float * float)[] -> float[]
|
returns a function that returns the estimated partition integrals of observations with the given method
|
Full Usage:
NumericalIntegrationMethod.getPartitionIntegrals
Returns: NumericalIntegrationMethod -> (float -> float) -> seq<float> -> float -> seq<float>
|
returns a function that returns the estimated partition integrals of a function with the given method
|