assess {ECG} | R Documentation |
Generic method for assessing an estimate against a reference value by the En index.
assess(x, y, x.B = list(u=0, dof=Inf), alpha=0.05)
x |
a Estimator object |
y |
a list with the reference value (x, u, dof) |
x.B |
a list with the estimate of uncertainty type B for the x object and its degrees of freedom |
alpha |
numeric, the level of significance used to compute the coverage factor and the expanded uncertainty |
the numeric value of the En index evaluation. This is a normalized error value with expanded uncertainty equals 1.0.
H. Gasca-Aragon