sort_distributions orders a given set of distribution assumptions
in order of intervals accuracy error in ascending or descending order.
sort_distributions(phi, errors, dists = c("n", "nm", "l", "lm", "w", "b", "moge"), decreasing = FALSE, ...)error_interval
and acc_intervals.c("df_intervals", "data.frame") with
information of the distribution assumptions ordered by accuracy error.
Prada, Jesus, and Jose Ramon Dorronsoro. "SVRs and Uncertainty Estimates in Wind Energy Prediction." Advances in Computational Intelligence. Springer International Publishing, 2015. 564-577,
with theoretical background for this package is provided below.
http://link.springer.com/chapter/10.1007/978-3-319-19222-2_47
sort_distributions(rnorm(10),rnorm(10),decreasing=TRUE)
Run the code above in your browser using DataLab