powered by
Currently only implemented for Cort models. Compute the Kendall cdf from the model in a point t
kendall_func(object, t, ...)# S4 method for Cort kendall_func(object, t, M = 1000)
# S4 method for Cort kendall_func(object, t, M = 1000)
: the tree
: the value where to compute the kendall function, may be a vector of evaluation values;
other parameters passed to methods
the number of simulations
the quadratic product between the trees
kendall_func,Cort-method: Method for the class Cort
kendall_func,Cort-method
# NOT RUN { cop <- Cort(LifeCycleSavings[,1:3]) kendall_func(cop,0.5) # }
Run the code above in your browser using DataLab