valmetrics (version 1.0.0)

smape: smape

Description

Calculates the Symmetrical mean percentage error (SMAPE) from observed and predicted values.

Usage

smape(o, p)

Arguments

o

A numeric vector. Observed values.

p

A numeric vector. Predicted values.

Value

Symmetrical mean percentage error (SMAPE)

Details

Interpretation: smaller is better.

References

Forkuor G., Hounkpatin O. K., Welp G., Thiel, M. 2017. High resolution mapping of soil properties using remote sensing variables in south-western Burkina Faso: a comparison of machine learning and multiple linear regression models. PloS one, 12(1), e0170478.

Piikki K., Wetterlind J., Soderstrom M., Stenberg B. (2021). Perspectives on validation in digital soil mapping of continuous attributes. A review. Soil Use and Management. 10.1111/sum.12694

Examples

Run this code
# NOT RUN {
obs<-c(1:10)
pred<-c(1, 1 ,3, 2, 4, 5, 6, 8, 7, 10)
smape(o=obs, p=pred)

# }

Run the code above in your browser using DataLab