rmseEst: Compute the root mean squared error

Description Usage Arguments Value

View source: R/fit_model.R

Description

Compute the root mean squared error

Usage

1
rmseEst(obs, mean, sd, lambda, Nsamples = 10000, print2screen = TRUE)

Arguments

obs

Observations

mean

The mean of the fitted distribution

sd

The standard deviation of the fitted distribution

lambda

The lambda for the Box-Cox distribution

Nsamples

The number of samples to generate from the predictive distribution.

print2screen

Logical parameter to turn on and off print to screen

Value

The root mean squared error of the predictive distribution


NorskRegnesentral/rWHAP documentation built on March 2, 2020, 5:31 a.m.