fit_rfrk: Fit RFRK

View source: R/fit_rfrk.R

fit_rfrkR Documentation

Fit RFRK

Description

Estimate a random forest residual kriging model

Usage

fit_rfrk(rf, y, dist_mtx, theta_ini = NULL)

Arguments

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.

Value

object of type ‘rfrk’.

Note

assumes exponential covariance function


ericwfox/slmrf documentation built on Feb. 24, 2024, 11:02 p.m.