print.measure {errint}R Documentation

Printing Measures

Description

print objects of class measure.

Usage

## S3 method for class 'measure'
print(x, ...)

Arguments

x

object of class measure 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

measure

Examples

res<-measure(0.1,0.7)
print(res)

[Package errint version 1.0 Index]