W2: variance matrix for beta2

Description Usage Arguments Details Author(s) References See Also Examples

Description

Variance matrix for beta2 as per page 4 of the supplement

Usage

1
W2(D2, H2, V, det=FALSE)

Arguments

D2

matrix of observation points

H2

regression function

V

Overall covariance matrix

det

Boolean, with default FALSE meaning to return the matrix, and TRUE meaning to return its determinant only

Details

If only the determinant is required, setting argument det to TRUE is faster than using det(W2(...,det=FALSE)), as the former avoids an unnecessary use of solve()

Author(s)

Robin K. S. Hankin

References

See Also

V.fun

Examples

1
2
data(toys)
W2(D2=D2.toy, H2=H2.toy, V=V.toy) 

RobinHankin/calibrator documentation built on April 27, 2021, 2:47 p.m.