Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0000946 |
[ALGLIB] Interpolation |
feature |
have not tried |
2022-06-28 15:31 |
2022-06-28 15:31 |
|
Reporter |
SergeyB |
View Status |
public |
|
Assigned To |
SergeyB |
Priority |
normal |
Resolution |
implemented |
|
Status |
resolved |
|
Product Version |
|
|
Summary |
0000946: IMPLEMENTED: bilinear/bicubic spline with missing cells |
Description |
Bilinear/bicubic spline interpolation with missing nodes and cells.
If a node is marked as missing, then all spline cells that are adjacent to this node are marked as missing ones. Any attempt to compute spline value at the missing cell will return NAN.
This function is intended for better handling of grids with big areas of irrelevant nodes. It is not intended for scattered data interpolation - use RBFs or IDW for such problems. |
Additional Information |
|
|
Programming language |
Unspecified |
|
Attached Files |
|
|