measure.default: Measure

Description Usage Arguments Value Author(s) References Examples

Description

measure creates an object of class c("measure", "list").

Usage

1
2
## Default S3 method:
measure(s, acc, f = function(x, y) {     abs(x - y) })

Arguments

s

confidence level, e,g. s=0.05 for the standard 95 percent confidence interval.

acc

accuracy achieved by error intervals.

f

function used to compute error of intervals. See also 'Details'.

Value

Returns an object of class c("measure","list") with information regarding the error of a set of intervals.

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

1
2
3
measure(0.1,0.7)

measure(0.1,0.7,function(x,y){y-x})

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