Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 753 Bytes

pwmdist.rst

File metadata and controls

25 lines (19 loc) · 753 Bytes

pwmdist package

gpdpwmFit module

The 'gpdpwmFit' module facilitates fitting a timeseries data with Generalized pareto distribution using probability weighted moments estimation method for parameter estimates. It also provide key distribution statistics, Risk measures and GPD simulated values.

.. automodule:: pwmdist.gpdpwmFit
   :members:
   :undoc-members:
   :show-inheritance:

gpdplots module

The 'gpdplots' module facilitates the essential visualization of empirical distiribution plot, tail of the underlying distribution , tail estimates from GPD model (from 'Fitbygpdpwm' method) and residual plots.

.. automodule:: pwmdist.gpdplots
   :members:
   :undoc-members:
   :show-inheritance: