hncs | R Documentation |
This function computes the conditional distribution of the non-central squared copula (ncs) associated with a one-parameter copula with parameter cpar, and parameters a1, a2 >0 .
hncs(data, cond_var, family, rotation = 0, par)
data |
Matrix (x,y) of size n x 2 |
cond_var |
Conditioning variable (1 or 2) |
family |
Copula family: "ncs-gaussian", "ncs-clayton", "ncs-frank", "ncs-gumbel", "ncs-joe", "ncs-plackett”. |
rotation |
Rotation: 0 (default value), 90, 180, or 270. |
par |
vector of copula parameter and non-centrality parameter a1,a2 >0 |
h |
Conditional cdf |
Nasri (2020). On non-central squared copulas. Statistics and Probability Letters.
hncs(c(0.5,0.8),1,"ncs-clayton",270,c(2,1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.