icclim._core.model.quantile_interpolation#

Contain the classes for quantile interpolation.

QuantileInterpolation class and the QuantileInterpolationRegistry class are defined here.

Module Contents#

class icclim._core.model.quantile_interpolation.QuantileInterpolation[source]#

Class for performing quantile interpolation.

Parameters:
  • name (str) – The name of the interpolation method.

  • alpha (float) – The alpha parameter for the interpolation.

  • beta (float) – The beta parameter for the interpolation.

class icclim._core.model.quantile_interpolation.QuantileInterpolationRegistry[source]#

Registry of quantile interpolation methods.

Only 2 methods are available: LINEAR and MEDIAN_UNBIASED.