public class EpsilonAlgorithm extends Object
| Constructor and Description |
|---|
EpsilonAlgorithm()
Initializes an EpsilonAlgorithm with a maximum table size of 50.
|
EpsilonAlgorithm(int maxTableSize)
Initializes an EpsilonAlgorithm.
|
| Modifier and Type | Method and Description |
|---|---|
double |
extrapolate(double x)
Extrapolates the convergence limit of a sequence.
|
double |
getErrorEstimate()
Returns the current error estimate.
|
public EpsilonAlgorithm()
public EpsilonAlgorithm(int maxTableSize)
maxTableSize - The maximum table size.public double extrapolate(double x)
x - is the next point in the original series.public double getErrorEstimate()
Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.