bm_comp: Running KAUST 2021 competition using the Benchmark function...

View source: R/bm_comp.R

bm_compR Documentation

Running KAUST 2021 competition using the Benchmark function Benchmark function to run a given FUN on KAUST 2021 competition datasets generated by ExaGeoStatR

Description

Running KAUST 2021 competition using the Benchmark function Benchmark function to run a given FUN on KAUST 2021 competition datasets generated by ExaGeoStatR

Usage

bm_comp(FUN, Data_train_list, Data_predict_list)

Arguments

FUN:

A predefined function to perform both modeling and prediction operations

Data_train_list:

A list of trainig data

Data_predict_list:

A list of predict data

Value

a list of prediction errors (MS, RMSE, MAE, MSLE) and the estimate of the parameters (sigma, beta, nu, nuggets)


ecrc/exageostatR documentation built on June 9, 2025, 9:06 p.m.