mse2cv {BE} | R 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)
[Package BE version 0.2.4 Index]