[SciPy-User] multidimensional interpolation

Robert Kern robert.kern at gmail.com
Wed Jan 9 06:41:42 EST 2019


On Wed, Jan 9, 2019 at 5:35 AM Neal Becker <ndbecker2 at gmail.com> wrote:

> What might be a good scipy method to perform interpolate of samples which
> map from R^N -> R, IOW from N-dim real input to scalar real outputs?
>

https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html#multivariate-data-interpolation-griddata

https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.Rbf.html#scipy.interpolate.Rbf

-- 
Robert Kern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-user/attachments/20190109/e33a8f51/attachment.html>


More information about the SciPy-User mailing list