[SciPy-User] scipy.interpolate.Rbf

chico at cnpmf.embrapa.br chico at cnpmf.embrapa.br
Thu Aug 12 10:07:08 EDT 2010


Dear All,

Is there a function for interpolation using non-regular spaced data or
data with missing points?

Also, what would recommend for geostatistics?

Thank you,

Chico L.




> On Wed, Aug 11, 2010 at 17:16, Brennan Williams
> <brennan.williams at visualreservoir.com> wrote:
>>  I'm coding up using Rbf where the number of coordinates x,y,z.... will
>> vary from one dataset to another.
>> So I may have...
>>
>> rbfi=Rbf(x,y,z,d) for one dataset
>>
>> and then....
>>
>> rbfi=Rbf(u,v,w,x,y,z,d) for another
>>
>> This is all inside a Traits GUI app rather than in a user-editable
>> script.
>> So how should I do this?
>
> Collect the arguments in a list and use Rbf(*args).
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>   -- Umberto Eco
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>





More information about the SciPy-User mailing list