Compute the covariance matrix of gtmoms
function and EMS(n,r,qmin)[2]
as the expectation of EMS
function, and define the scalar quantity V
function:
VMS(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 {
VMS(58,2,.5) # Note that [1,1] is the same as [1,1] for Examples under V().
# [,1] [,2]
#[1,] 0.006488933 0.003279548
#[2,] 0.003279548 0.004682506
# }
Run the code above in your browser using DataLab