Mantis - ALGLIB
Viewing Issue Advanced Details
311 Interpolation feature have not tried 2010-03-04 17:13 2010-03-04 17:13
SergeyB  
SergeyB  
normal  
resolved  
implemented  
none    
none 2.4.0  
Unspecified
0000311: IMPLEMENTED: scattered interpolation/approximation using inverse distance weighting
Modified Shepard's algorithm was implemented The most important features are:
* Local interpolation (interpolant value depends on nearest neighbors only)
* Scalability: O(N*logN) construction time, O(logN) interpolation time
* Ability to process scattered datasets; no special distribution of nodes is required
* C1-continuity of interpolant (not guaranteed, but almost always)
Issue History
2010-03-04 17:13 SergeyB New Issue
2010-03-04 17:13 SergeyB Programming language => Unspecified
2010-03-04 17:13 SergeyB Status new => assigned
2010-03-04 17:13 SergeyB Assigned To => SergeyB
2010-03-04 17:13 SergeyB Status assigned => resolved
2010-03-04 17:13 SergeyB Fixed in Version => [NOT RELEASED YET] Next major release
2010-03-04 17:13 SergeyB Resolution open => implemented

There are no notes attached to this issue.