Learn R Programming

BE (version 0.2.4)

cv2mse: Mean squared error (MSE) from coefficient of variation (CV)

Description

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

Usage

cv2mse(cv)

Value

Returns mean squared error (MSE) in log scale).

Arguments

cv

Coefficient of variation (%) in the original scale

Author

Kyun-Seop Bae <k@acr.kr>

Details

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

Examples

Run this code
cv2mse(25) 

Run the code above in your browser using DataLab