mse2cv: Coefficient of variation (CV) from mean squared error (MSE)

View source: R/mse2cv.R

mse2cvR Documentation

Coefficient of variation (CV) from mean squared error (MSE)

Description

It calculates coefficient of variation (CV) from mean squared error (MSE).

Usage

mse2cv(mse)

Arguments

mse

Mean square error (MSE) in log scale

Details

Coefficient of variation (CV) is percent in the original scale and mean squared error (MSE) is the log scale.

Value

Returns coefficient of variation (CV) in percent (%).

Author(s)

Kyun-Seop Bae <k@acr.kr>

Examples

mse2cv(0.06062462) 

BE documentation built on Jan. 7, 2023, 1:11 a.m.