Extrapolation is used to estimate the limit of a numerical sequence or to predict its trend.
- Input data: paste a multi-column table or upload a text file
- Choose an extrapolation method (see below)
- Set options:
- Reference column: used to estimate the uncertainty
- Max-diff column: automatically choose the reference column with the largest deviation from the extrapolated value (more conservative)
- Multi-precision
mp.dps: numerical precision - Result uncertainty significant digits
- Run: click “Run Extrapolation & Generate LaTeX”
Suitable for sequences of the form f(x) = A*x^(-p) + C.
Parameters:
x1,x2,x3: x coordinates of the three pointspower_exponent: fixed power exponentp(optional)power_seed: initial guess forp
Use cases: basis-set extrapolation in quantum chemistry, precision extrapolation for numerical integration, etc.
Suitable for asymptotic expansion sequences.
Use cases: numerical differentiation/integration, finite-difference methods.
General-purpose sequence acceleration.
Use cases: series summation, accelerating iterative methods.
Specialized for oscillating or alternating series.
Parameters:
levin_variant: Levin variant (default'u')
Use a custom mathematical formula for extrapolation.
Formula syntax:
- Use
A,B,Cor column names to reference data columns - Use
x1,x2,x3as column aliases by order - Supported functions/constants: same whitelist as error propagation and custom fit models (use the in-app “Formula Help” as the source of truth; see the Theory page for the full list)
- Example:
(C - B)^2/(B - A) + C