verifyCRMSE: RAnEnExtra::verifyCRMSE

Description Usage Arguments Details

View source: R/verifyCRMSE.R

Description

RAnEnExtra::verfiyCRMSE computes the center RMSE.

Usage

1
verifyCRMSE(anen.ver, obs.ver, boot = F, R = 1000, na.rm = T, parallel = F)

Arguments

boot

Whether to use bootstrap.

R

The number of bootstrap replicates. Used by the function boot::boot.

na.rm

Whether to remove NA values.

parallel

Whether to use parallel processing.

Details

RMSE ^ 2 = CRMSE ^ 2 + Bias ^ 2

To set the number of cores to use when parallel is used, options(mc.cores = 8).

Bootstrap confidence interval is defaulted to 0.95. To change this, use options(RAnEnExtra_boot_conf = 0.9).


Weiming-Hu/RAnEnExtra documentation built on Sept. 26, 2021, 6:44 a.m.