简体   繁体   中英

Does Math.net Numerics support 4D, 5D or higher dimensional interpolation on irregular grid?

Does Math.net Numerics support 4D, 5D or higher dimensional interpolation on irregular grid?

My data set is in the format of A, B, C, D, Z. The data set is an irregular grid. I would like to interpolate to get Z given A, B, C, D.

If yes, what is the way to do it in Math.net Numerics?

Thanks!

Follow up after much research

No, Math.Net Numerics doesn't support 4D, 5D or higher dimensional interpolation on irregular grid.

I ended up using Scipy RBF which was verified running 4D interpolation. I didn't have the chance to verify 5D or higher dimension.

This Scipy RBF Tutorial is very useful to setup a quick working prototype.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM