H_inv | R Documentation |
TRUE
in liouv.maxim
The function is used internally for optimization.
H_inv(u, alphavec, family, theta, MC = 100000L, TRUNC = FALSE)
u |
data at which to compute the survival inverse |
alphavec |
vector of Dirichlet allocations (must be a vector of integers) |
family |
family of the Liouville copula. Either |
theta |
parameter of the corresponding Archimedean copula |
MC |
number of Monte-Carlo points for evaluation |
TRUNC |
whether to truncate at low quantile. Will be based on numerical root finding for the lower 0.025 fraction of the data |
Inverse survival function values
## Not run:
u <- rliouv(n = 100, family = "frank", alphavec <- c(2,3), theta = 1)
H_inv(u=u, family="frank", alphavec=c(2,3), theta=2)
#Difference between true value and approximation (can be large depending on family)
sum(abs(H_inv(u=u, family="frank", alphavec=c(2,3), theta=2)-
isliouv_m(u=u, family="frank", alphavec=c(2,3), theta=2)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.