fit_separate function

Function for fitting stable Kendall distribution separately to two parts of data

Function for fitting stable Kendall distribution separately to two parts of data

fit_separate(data, separation_point)

Arguments

  • data: Numeric vector. Observation to which the distribution will be fitted.
  • separation_point: Order above which data (quantiles) will be separated.

Returns

List of class kendall_fit with estimated and theoretical quantiles and estimated parameters.

  • Maintainer: Mateusz Staniak
  • License: MIT + file LICENSE
  • Last published: 2018-08-04

Useful links