Click or drag to resize

extrapolation_tableqelg Method

Perform the qelg extrapolation on the table and compute an improved result and error estimate. Implements the algorithm used by QUADPACK/GSL to accelerate convergence when possible.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void qelg(
	out double result,
	out double abserr
)

Parameters

result  Double
Extrapolated result (output).
abserr  Double
Estimated absolute error for result (output).
See Also