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 getErrorEstimate()
public double extrapolate(double x)
x
- is the next point in the original series.Copyright © 2020 Rogue Wave Software. All rights reserved.