Learn R Programming

BE (version 0.2.4)

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

Description

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

Usage

mse2cv(mse)

Value

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

Arguments

mse

Mean square error (MSE) in log scale

Author

Kyun-Seop Bae <k@acr.kr>

Details

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

Examples

Run this code
mse2cv(0.06062462) 

Run the code above in your browser using DataLab