RichardsonExtrapolator¶
- class RichardsonExtrapolator[source]¶
Bases:
objectRichardson (Lagrange) extrapolation through all
Npoints to s=0.Given
(s_i, y_i)pairs, fits the unique polynomial of degree N-1 passing through them and evaluates ats=0via Lagrange weights:P(0) = Σ_i y_i · Π_{j≠i} (-s_j) / (s_i - s_j)Methods Summary
extrapolate(scale_factors, results)Methods Documentation