public class Polint extends Dbracket
Modifier and Type | Field and Description |
---|---|
protected DblMatrix |
C |
protected DblMatrix |
D |
protected DblMatrix |
dY |
protected DblMatrix |
Y |
CurrentIndex, X
Constructor and Description |
---|
Polint(DblMatrix X,
DblMatrix Y)
Construct a Polint object for column vector X and matrix Y.
|
Modifier and Type | Method and Description |
---|---|
DblMatrix[] |
predictAt(DblMatrix xx)
Make a Nth order polynomial interpolation (or extrapolation) at the given data point.
|
bracket, getCenteredIndexWindow, getCenteredIndexWindow, getCenteredWindow, getCurrentIndex, getTotalDataCount, hunt, setCurrentIndex
Copyright © 2011, 2013. Daniel P. Dougherty