pobs is used for the construction of pseudo-observations
pobs
function (x, na.last = "keep", ties.method = c("average", "first",
"random", "max", "min"))
apply(x, 2, rank, na.last = na.last, ties.method = ties.method)/(nrow(x) +
1)
<environment: namespace:copula>
the other two optional method to obtain the pesudo-observations:
see
[url=]
https://bbs.pinggu.org/thread-2173832-2-1.html[/url]
看我的答复
这里你提及的ECDF 是 empirical culmulative distribution function, can be determined by pp()