pyamr.core.regression.theilsens

Classes

class pyamr.core.regression.theilsens.TheilSensWrapper(**kwargs)[source]

Methods:

as_summary([alpha])

This method displays the summary.

fit(**kwargs)

This method....

get_prediction([exog, start, end])

This method...

as_summary(alpha=0.05)[source]

This method displays the summary.

fit(**kwargs)[source]

This method….

Parameters:
  • x

  • y

  • alpha

Returns:

object

Return type:

A KendallWrapper objects.

get_prediction(exog=None, start=None, end=None, **kwargs)[source]

This method…

Parameters:
  • exog

  • start

  • end

  • kwargs

Examples using pyamr.core.regression.theilsens.TheilSensWrapper

Using Theil-Sen estimator

Using Theil-Sen estimator