summary.error_interval {errint}R Documentation

Error Intervals Summaries

Description

summary produces summaries for objects of class error_interval.

Usage

summary.error_interval(object, ...)

Arguments

object

object of class error_interval to be printed.

...

optional arguments.

Value

Object of class c("summary.error_interval","list") corresponding to the summary of x.

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

See Also

error_interval

Examples

res<-error_interval(rnorm(10))
summary(res)

[Package errint version 1.0 Index]