Learn R Programming

errint (version 1.0)

print.summary.error_interval: Printing Error Intervals Summaries

Description

print objects of class summary.error_interval.

Usage

"print"(x, ...)

Arguments

x
object of class summary.error_interval to be printed.
...
optional arguments.

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

summary error_interval

Examples

Run this code
res<-error_interval(rnorm(10))
summary(res)

Run the code above in your browser using DataLab