quantile_vcov | R Documentation |
To compute the variance-covariance matrix of quantiles based on Theorem 1 and 2 of Mosteller (1946).
quantile_vcov(p, d)
p |
numeric vector, cumulative probabilities at the given quantiles |
d |
numeric vector, probability densities at the given quantiles |
The end user should make sure no density too close to 0 is included in argument d
.
Function quantile_vcov must not be used in a compute-intensive way.
Function quantile_vcov returns the variance-covariance matrix of quantiles.
Frederick Mosteller. On Some Useful "Inefficient" Statistics (1946). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/aoms/1177730881")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.