Learn R Programming

errint (version 1.0)

df_intervals.default: Data Frames of Intervals

Description

df_intervals creates an object of class c("df_intervals", "data.frame").

Usage

"df_intervals"(distributions, errs)

Arguments

distributions
vector containing the names of the distribution correspondind to each error.
errs
vector of errors associated to intervals built under a particular distribution assumption indicated by 'distributions'.

Value

Returns an object of class c("df_intervals", "data.frame") with information regarding the error of intervals built under different distribution assumptions.

References

Link to the scientific paper

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

Examples

Run this code
df_intervals("l",0.1)

df_intervals(c("l","lm","n","nm","b","w"),rep(0.1,6))

Run the code above in your browser using DataLab