Learn R Programming

GLmom (version 1.3.1)

asymp.var: Asymptotic variance of model-averaged quantile estimates

Description

Internal function that computes asymptotic standard errors for model-averaged quantile estimates under both fixed-weight and random-weight assumptions.

Usage

asymp.var(mywt, covint, qqq = NULL, order = 2)

Value

A list containing:

fin.se.MA.qua

SE under fixed weights for MA

fin.se.bma.qua

SE under fixed weights for BMA

adj.se.MA.qua

SE under random weights for MA

adj.se.bma.qua

SE under random weights for BMA

MatC

Cross-covariance array (numk x numk x numq)

Arguments

mywt

Weight computation result list from weight.com().

covint

Array (2 x 2 x numk) of interpolated covariance matrices.

qqq

Numeric vector of quantile probabilities.

order

Moving average order for smoothing. Default is 2.