Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0000311 |
[ALGLIB] Interpolation |
feature |
have not tried |
2010-03-04 17:13 |
2010-03-04 17:13 |
|
Reporter |
SergeyB |
View Status |
public |
|
Assigned To |
SergeyB |
Priority |
normal |
Resolution |
implemented |
|
Status |
resolved |
|
Product Version |
|
|
Summary |
0000311: IMPLEMENTED: scattered interpolation/approximation using inverse distance weighting |
Description |
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)
|
Additional Information |
|
|
Programming language |
Unspecified |
|
Attached Files |
|
|