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

View source: R/cv2mse.R

cv2mseR Documentation

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

Description

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

Usage

cv2mse(cv)

Arguments

cv

Coefficient of variation (%) in the original scale

Details

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

Value

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

Author(s)

Kyun-Seop Bae <k@acr.kr>

Examples

cv2mse(25) 

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