Description Usage Arguments Value Functions Examples
Currently only implemented for Cort models. Compute the Kendall cdf from the model in a point t
1 2 3 4 | kendall_func(object, t, ...)
## S4 method for signature 'Cort'
kendall_func(object, t, M = 1000)
|
object |
: the tree |
t |
: the value where to compute the kendall function, may be a vector of evaluation values; |
... |
other parameters passed to methods |
M |
the number of simulations |
the quadratic product between the trees
kendall_func,Cort-method
: Method for the class Cort
1 2 | cop <- Cort(LifeCycleSavings[,1:3])
kendall_func(cop,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.