SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.interpolation

Interface Summary
UnivariateRealInterpolator Interpolation is a method of constructing new data points within the range of a discrete set of known data points.
 

Class Summary
NevilleTable Neville's algorithm is an algorithm for polynomial interpolation.
 

Exception Summary
NevilleTable.DuplicatedAbscissae RuntimeException thrown when there are duplicated abscissae.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.