Gets the estimate for the integral yielded by the compound Simpson's rule where the number of panels, or subintervals, is equal to the order of the Romberg estimate.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double SimpsonEstimate { get; }
Visual Basic (Declaration)
Public ReadOnly Property SimpsonEstimate As Double
Visual C++
public:
property double SimpsonEstimate {
	double get ();
}

See Also