search for: normalcop

Displaying 1 result from an estimated 1 matches for "normalcop".

Did you mean: normalcdf
2013 Jun 20
0
how to run copula-based quantile regression
...to the example 'qua.regressCOP' in the documentation "copBasic": theta <- 10 R <- qua.regressCOP(cop=PLACKETTcop, para=c(theta)) I have two questions: 1) how to solve out the 'theta' of my data 2)I want to use normal copula, so I try: R<- qua.regressCOP(cop=NORMALcop, para=c(theta)) However, I get: Error in derCOP(cop = cop, u = u, v = x, delu = delu, para = para, ...) : object 'NORMALcop' not found I wonder what is the code for normal copula and t copula in copBasic. I am looking forward to your reply. Yours, Tong -- View this mess...