print.df_intervals: Printing Data Frames of Intervals

Description Usage Arguments Author(s) References See Also Examples

Description

print objects of class df_interval.

Usage

1
2
## S3 method for class 'df_intervals'
print(x, ...)

Arguments

x

object of class df_interval to be printed.

...

optional arguments.

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

df_intervals

Examples

1
2
res<-df_intervals(c("l","lm","n","nm","b","w"),rep(0.1,6))
print(res)

errint documentation built on May 1, 2019, 10:06 p.m.