Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 551 Bytes

interpolation.md

File metadata and controls

15 lines (9 loc) · 551 Bytes

Interpolations.jl is used for basic interpolation. It supports many different types of interpolation when data are evenly spaced, and gridded interpolation for unevenly spaced data.

Supported interpolations

For now, UncertainData implements linear interpolation for uncertain dataset realizations.

Uncertain index-value datasets

Datasets with uncertain indices (hence, the indices are almost always unevenly spaced), can only be interpolated using linear interpolation.