df_intervals.default {errint}R Documentation

Data Frames of Intervals

Description

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

Usage

## Default S3 method:
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.

Author(s)

Jesus Prada, jesus.prada@estudiante.uam.es

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

df_intervals("l",0.1)

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

[Package errint version 1.0 Index]