Function for fitting stable Kendall distribution separately to two parts of data
fit_separate(data, separation_point)
data
: Numeric vector. Observation to which the distribution will be fitted.separation_point
: Order above which data (quantiles) will be separated.List of class kendall_fit with estimated and theoretical quantiles and estimated parameters.
Useful links