VMS {MGBT} | R Documentation |
Covariance matrix of M and S
Description
Compute the covariance matrix of and
given
. Define the vector of four moment expectations
where is the
gtmoms
function and is the inverse of the standard normal distribution. Define the scalar quantity
EMS(n,r,qmin)[2]
as the expectation of using the
EMS
function, and define the scalar quantity as the expectation of
. Finally, compute the covariance matrix
of
and
using the
V
function:
Usage
VMS(n, r, qmin)
Arguments
n |
The number of observations; |
r |
The number of truncated observations; and |
qmin |
A nonexceedance probability threshold for |
Value
A 2-by-2 covariance matrix
.
Note
Because the gtmoms
function is naturally vectorized and TAC sources provide no protection if qmin
is a vector (see Note under EMS
). For the implementation here, only the first value in qmin
is used and a warning issued if it is a vector.
Author(s)
W.H. Asquith consulting T.A. Cohn sources
Source
LowOutliers_jfe(R).txt
, LowOutliers_wha(R).txt
, P3_089(R).txt
—Named VMS
References
Cohn, T.A., 2013–2016, Personal communication of original R source code: U.S. Geological Survey, Reston, Va.
See Also
Examples
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