Skip to content

Commit

Permalink
Merge pull request #10 from tfm000/dev/cleanup
Browse files Browse the repository at this point in the history
Dev/cleanup
  • Loading branch information
tfm000 authored Nov 4, 2023
2 parents f4b0ff5 + aed1aaa commit 92094e8
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 1,755 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/sklarpy_copulae.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
.. image:: https://github.com/sklarpy/sklarpy/actions/workflows/tests.yml/badge.svg
:alt: Tests
:scale: 100%
:target: https://github.com/sklarpy/sklarpy/actions/workflows/tests.yml
:target: https://github.com/tfm000/sklarpy/actions/workflows/tests.yml

.. image:: https://img.shields.io/pypi/l/sklarpy.svg
:alt: License
:scale: 100%
:target: https://github.com/sklarpy/sklarpy/blob/main/LICENSE
:target: https://github.com/tfm000/sklarpy/blob/main/LICENSE

.. image:: https://img.shields.io/pypi/pyversions/sklarpy.svg
:alt: Python versions
Expand All @@ -27,10 +27,10 @@
:scale: 100%
:target: https://pepy.tech/project/sklarpy

SklarPy (pronounced "Sky-Lar-Pee" or "Sky-La-Pie") is an open-source software for probability distribution fitting.
It contains useful tools for fitting copula and univariate probability distributions.
Named after Sklar's theorem and Abe Sklar, the American mathematician who proved that multivariate cumulative
distribution functions can be expressed in terms of copulas and their marginals.
SklarPy (pronounced 'Sky-Lar-Pee' or 'Sky-La-Pie') is an open-source software for probability distribution fitting.
It contains useful tools for fitting Copula, Multivariate and Univariate probability distributions.
In addition to over 100 univariate distributions, we implement many multivariate normal mixture distributions and their copulas, including Gaussian, Student-T, Skewed-T and Generalized Hyperbolic distributions and copulas.
Named after Sklar's theorem and Abe Sklar, the American mathematician who proved that multivariate cumulative distribution functions can be expressed in terms of copulas and their marginals.

=================
**Installation**
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"an open-source software for probability distribution "
"fitting. It contains useful tools for fitting Copula, "
"Multivariate and Univariate probability distributions. "
"In addition to over 100 univariate distributins, we "
"In addition to over 100 univariate distributions, we "
"implement many multivariate normal mixture distributions"
" and their copulas, including Gaussian, Student-T, "
"Skewed-T and Generalized Hyperbolic distributions and "
Expand All @@ -21,9 +21,9 @@
"cumulative distribution functions can be expressed in "
"terms of copulas and their marginals.",
author='Tyler Mitchell',
author_email='sklarpy@gmail.com',
url='https://github.com/sklarpy/sklarpy',
download_url='https://github.com/sklarpy/sklarpy/archive/refs/tags/'
author_email='tylerfmitchell1999@gmail.com',
url='https://github.com/tfm000/sklarpy',
download_url='https://github.com/tfm000/sklarpy/archive/refs/tags/'
'v0.1.2.tar.gz',
keywords=[
'SklarPy',
Expand Down
8 changes: 0 additions & 8 deletions sklarpy/_other/README.md

This file was deleted.

1 change: 0 additions & 1 deletion sklarpy/_other/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions sklarpy/_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
from sklarpy._utils._not_implemented import NotImplementedBase
from sklarpy._utils._params import Params
from sklarpy._utils._serialize import Savable

from sklarpy._utils._values import prob_bounds, near_zero
from sklarpy._utils._variable_types import numeric, num_or_array, \
data_iterable, str_or_iterable, all_user_input_types, dataframe_or_array,\
none_or_array
7 changes: 0 additions & 7 deletions sklarpy/_utils/_values.py

This file was deleted.

15 changes: 0 additions & 15 deletions sklarpy/_utils/_variable_types.py

This file was deleted.

86 changes: 0 additions & 86 deletions sklarpy/tests/conftest.py

This file was deleted.

80 changes: 0 additions & 80 deletions sklarpy/tests/helpers.py

This file was deleted.

Loading

0 comments on commit 92094e8

Please sign in to comment.