Learn R Programming

copBasic (version 1.5.1)

EMPIRqua.regress2: Derivatives of the Grid of the Bivariate Emprical Copula

Description

Generate quantile regression from the gridded inversion of the bivariate empirical copula.

Usage

EMPIRqua.regress2(F=0.5, V=seq(0.01,0.99, by=0.01), empinv=NULL,
                  lowess=FALSE, f=1/5, ...)

Arguments

F
The nonexceedance probability $F$ to perform regression at and defaults to median regression $F=1/2$,
V
A vector of $v$ nonexceedance probabilities,
empinv
The grid from EMPIRgridderinv,
lowess
Perform lowess smooth on the quantile regression using the smooth factor of f=1/3 or other,
f
Smooth factor of same argument name fed to lowess,
...
Additional arguments to pass.

Value

  • The gridded values of

See Also

EMPIRgridderinv2, EMPIRqua.regress, EMPIRmed.regress, EMPIRmed.regress2

Examples

Run this code
# See examples under EMPIRqua.regress

Run the code above in your browser using DataLab