Compute the covariance matrix of gtmoms
function and
V(n, r, qmin)
The number of observations;
The number of truncated observations; and
A nonexceedance probability threshold for
A 2-by-2 covariance matrix
.
Cohn, T.A., 2013--2016, Personal communication of original R source code: U.S. Geological Survey, Reston, Va.
# NOT RUN {
V(58,2,.5)
# [,1] [,2]
#[1,] 0.006488933 0.003928333
#[2,] 0.003928333 0.006851120
# }
Run the code above in your browser using DataLab