Currently only implemented for Cort models. Compute the Kendall cdf from the model in a point t
kendall_func(object, t, ...)
# S4 method for class 'Cort'
kendall_func(object, t, M = 1000)
the quadratic product between the trees
kendall_func,Cort-method
: Method for the class Cort
cop <- Cort(LifeCycleSavings[,1:3])
#> Splitting...
#>
#> 1 leaves to split...
#> 5 leaves to split...
#> 10 leaves to split...
#> 2 leaves to split...
#> 2 leaves to split...
#> Enforcing constraints...
#> Done !
kendall_func(cop,0.5)
#> [1] 0.996