Evaluation.root_mean_squared_error: Evaluation.root_mean_squared_error

Description Usage Arguments Value

View source: R/Evaluation.R

Description

Function to calculate the root of the mean squared error.

Usage

1
Evaluation.root_mean_squared_error(data.observed, data.predicted)

Arguments

data.observed

the true data (Y)

data.predicted

the Y outcome from the estimator

Value

double the root of the mean squared error.


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.