phi, phi.inv | R Documentation |
The Archimedean generator function and its inverse.
phi(x, theta, type)
phi.inv(x, theta, type)
x |
a scalar, vector or matrix at which the function is evaluated. The support of the functions has to be taken into account, i.e. |
theta |
the feasible copula parameter, i.e. |
type |
select between the following integer numbers for specifying the
|
x = runif(100, min = 0, max = 100)
phi(x, theta = 1.2, type = 1)
# do not run
# phi(x, theta = 0.8, type = 1)
# In phi(x, theta = 0.8, type = 1) : theta >= 1 is required.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.