[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] multidim interpolation
From: |
Sam Mason |
Subject: |
Re: [Help-gsl] multidim interpolation |
Date: |
Thu, 9 May 2013 09:21:12 +0100 |
On 9 May 2013 02:35, jeremy theler <address@hidden> wrote:
> what I want to do is to
> interpolate arbritarily-scattered data, not only points located in a
> rectangular grid.
Depending on how statistical you want to be, gaussian processes/fields
can be very useful for this sort of thing. GSL helps a bit, but is
missing the multivariate normal distribution, but there is code here
to extend it:
http://www.mail-archive.com/address@hidden/msg00631.html
The computationally intensive part is generating the covariance
matrix, which is O(n^2) so only really usable when you have less than
a few thousand points.
Hope that helps!
Sam
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, (continued)
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, Rhys Ulerich, 2013/05/02
- Message not available
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, CRUZ-CAVALCANTI, Yanna, 2013/05/02
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, Rhys Ulerich, 2013/05/02
- Message not available
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, CRUZ-CAVALCANTI, Yanna, 2013/05/02
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, jeremy theler, 2013/05/02
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, Rhys Ulerich, 2013/05/02
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, jeremy theler, 2013/05/03
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, Rhys Ulerich, 2013/05/03
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, David Zaslavsky, 2013/05/05
- Re: [Help-gsl] multidim interpolation, jeremy theler, 2013/05/08
- Re: [Help-gsl] multidim interpolation,
Sam Mason <=
- Re: [Help-gsl] GSL1.15: interp.c: 150: ERROR: interpolation error, Patrick Alken, 2013/05/03