Skip to content

Commit

Permalink
V0.16 (#29)
Browse files Browse the repository at this point in the history
* started non_parametric case

* added what_I_know function

* docs update

* rtd correction?

* Update .readthedocs.yaml

* fixed interval function

* fixed an scipy error

* v0.16
various fixes

---------

Co-authored-by: Nick <[email protected]>
  • Loading branch information
ngg1995 and Nick authored Oct 27, 2023
1 parent c8381af commit ea7769e
Show file tree
Hide file tree
Showing 473 changed files with 7,988 additions and 8,880 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bin/
pyvenv.cfg
*.pyc
.vscode
.venv
.pyvenv/
dist/*
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.7"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand All @@ -28,4 +28,4 @@ python:
install:
- method: pip
path: .
- requirements: requirements.txt
- requirements: requirements.txt
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ pba/copula.py
pba/core.py
pba/dists.py
pba/interval.py
pba/non_parametric.py
pba/parametric.py
pba/pbox.py
Binary file modified docs/_build/doctrees/api/pba.copula.Cla.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.ClaGen.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.ClaInv.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.Clayton.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.Copula.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.F.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.FGen.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.FInv.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.Frank.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.Gau.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.Gaussian.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.M.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.W.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.indep.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.opp.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.perf.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.copula.pi.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.KM.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.KN.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.ME_min_max_mean_std.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.MLnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.N.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.U.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.alpha.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.anglit.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.arcsine.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.argus.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.dists.beatpert.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.bernoulli.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.beta.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.betabinom.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.betapert.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.betaprime.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.binom.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.boltzmann.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.dists.box.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.bradford.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.burr.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.burr12.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.cauchy.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.chi.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.chi2.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.cosine.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.crystalball.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.dgamma.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.dlaplace.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.dweibull.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.erlang.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.expon.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.exponnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.exponpow.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.exponweib.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.f.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.fatiguelife.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.fisk.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.foldcauchy.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.foldnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gamma.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gausshyper.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.genexpon.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.genextreme.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gengamma.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.genhalflogistic.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.geninvgauss.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.genlogistic.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gennorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.genpareto.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.geom.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/api/pba.dists.gibrat.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gilbrat.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gompertz.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gumbel_l.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.gumbel_r.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.halfcauchy.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.halfgennorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.halflogistic.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.halfnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.hypergeom.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.hypsecant.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.invgamma.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.invgauss.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.invweibull.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.johnsonsb.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.johnsonsu.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.kappa3.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.kappa4.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.ksone.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.kstwobign.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.laplace.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.levy.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.levy_l.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.levy_stable.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.loggamma.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.logistic.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.loglaplace.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.lognorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.lognormal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.logser.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.loguniform.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.lomax.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.maxwell.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.mielke.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.dists.min_max.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.dists.min_mean.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.dists.mmms.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.moyal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.nakagami.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.nbinom.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.ncf.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.nct.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.ncx2.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.norm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.normal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.norminvgauss.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.pareto.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.pearson3.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.planck.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.poisson.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.powerlaw.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.powerlognorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.powernorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.randint.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.rayleigh.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.rdist.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.recipinvgauss.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.rice.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.semicircular.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.skellam.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.skewnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.t.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.trapz.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.triang.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.truncexpon.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.truncnorm.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.tukeylambda.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.unif.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.uniform.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.vonmises.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.vonmises_line.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.wald.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.weibull_max.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.weibull_min.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.wrapcauchy.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.yulesimon.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.dists.zipf.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.interval.I.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.pbox.Pbox.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.pbox.box.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.pbox.min_max.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.pbox.min_mean.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.pbox.mixture.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/api/pba.pbox.mmms.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api/pba.pbox.truncate.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/pba.copula.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/source/pba.dists.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/source/pba.interval.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/source/pba.pbox.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/source/pba.pboxes.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 734d5a3b4c75a11e6fcc11d8333bee3a
config: 51bdec33a225d603d244127107a8463c
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 0 additions & 6 deletions docs/_build/html/_sources/api/pba.dists.beatpert.rst.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_build/html/_sources/api/pba.dists.box.rst.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MLnorm
gibrat
======

.. currentmodule:: pba.dists

.. autofunction:: MLnorm
.. autofunction:: gibrat
6 changes: 0 additions & 6 deletions docs/_build/html/_sources/api/pba.dists.min_max_mean.rst.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_build/html/_sources/api/pba.dists.min_mean.rst.txt

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_build/html/_sources/api/pba.dists.mmms.rst.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max
weibull
=======

.. currentmodule:: pba.dists

.. autofunction:: min_max
.. autofunction:: weibull
63 changes: 0 additions & 63 deletions docs/_build/html/_sources/api/pba.interval.I.rst.txt

This file was deleted.

63 changes: 0 additions & 63 deletions docs/_build/html/_sources/api/pba.interval.Interval.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_build/html/_sources/api/pba.interval.Logical.rst.txt

This file was deleted.

6 changes: 6 additions & 0 deletions docs/_build/html/_sources/api/pba.non_parametric.box.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
box
===

.. currentmodule:: pba.non_parametric

.. autofunction:: box
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
max_mean
========

.. currentmodule:: pba.non_parametric

.. autofunction:: max_mean
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mean_std
========

.. currentmodule:: pba.non_parametric

.. autofunction:: mean_std
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mean_var
========

.. currentmodule:: pba.non_parametric

.. autofunction:: mean_var
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max
=======

.. currentmodule:: pba.pbox
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
min_max_meadian_is_mode
=======================

.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_meadian_is_mode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max_mean
============

.. currentmodule:: pba.pbox
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_mean
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max_mean_std
================

.. currentmodule:: pba.dists
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_mean_std
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max_mean_var
================

.. currentmodule:: pba.dists
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_mean_var
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max_median
==============

.. currentmodule:: pba.dists
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_median
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
min_max_median_is_mode
======================

.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_median_is_mode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_max_mode
============

.. currentmodule:: pba.dists
.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_mode
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
min_max_percentile
==================

.. currentmodule:: pba.non_parametric

.. autofunction:: min_max_percentile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
min_mean
========

.. currentmodule:: pba.dists
.. currentmodule:: pba.non_parametric

.. autofunction:: min_mean
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pos_mean_std
============

.. currentmodule:: pba.non_parametric

.. autofunction:: pos_mean_std
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
symmetric_mean_std
==================

.. currentmodule:: pba.non_parametric

.. autofunction:: symmetric_mean_std
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
what_I_know
===========

.. currentmodule:: pba.non_parametric

.. autofunction:: what_I_know
Loading

0 comments on commit ea7769e

Please sign in to comment.