Description Usage Arguments Details Value References See Also Examples
geo_fda
finds the ordinary kriging estimate for sptial functional
data using the model proposed by Giraldo(2011).
1 2 3 4 5 6 7 8 |
m_data |
a matrix where each column is a time series in a location |
m_coord |
a matrix with coordinates (first column is latitude and second column longitude) |
new_coord |
a vector with a new coordinate (first column is latitude and second longitude) |
m |
order of the Fourier polynomial |
n_quad |
a scalar with number of quadrature points. Default value
|
t |
a vector with points to evaluate from -π to π.
Default |
geo_fda
is similar to model proposed by
giraldo2011ordinary. The mais difference is we have used
gauss-legendre quadrature to estimate the trace-variogram. Using
gauss-legendre qudrature gives estimates with smaller mean square error
than the trace-variogram estimates from Giraldo(2011).
For now, we have used Fourier's series to smooth the time series.
a list with three components
curve
estimate curve at t
points
lambda
weights in the linear combination in the functional kriging
x
points where the curve was evaluated
Giraldo, R., Delicado, P., & Mateu, J. (2011). Ordinary kriging for function-valued spatial data. Environmental and Ecological Statistics, 18(3), 411-426.
Giraldo, R., Mateu, J., & Delicado, P. (2012). geofd: an R
package
for function-valued geostatistical prediction.
Revista Colombiana de Estadística, 35(3), 385-407.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.