Bias: Bias Testing of Measured vs. Expected Results

View source: R/BiasTesting.R

BiasR Documentation

Bias Testing of Measured vs. Expected Results

Description

This function calculates the mean error, mean absolute error, RMSE, mean percent standard error, and mean percent error using observed values as denominator and not taking abs values.

Usage

Bias(estim, measu)

Arguments

estim

Estimated Values

measu

Measured Values

Details

The length of the estimated and measured values must be equal.

Value

"mean error", "mean absolute error", "RMSE", "Mean % SE", "PB"

Author(s)

Aaron Weiskittel


ryanmismith/inventoryfunctions documentation built on Aug. 5, 2022, 2:22 a.m.