fit_rfrk | R Documentation |
Estimate a random forest residual kriging model
fit_rfrk(rf, y, dist_mtx, theta_ini = NULL)
rf |
random forest model |
y |
Numeric response vector. |
dist_mtx |
Distance matrix used to compute covariance matrix. |
theta_ini |
numeric vector. Initial values for covariance parameters: logarithm transformed nugget, partial sill, and range, in that order. If not specified uses default initialization. |
object of type ‘rfrk’.
assumes exponential covariance function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.