Skip to content

Commit

Permalink
adding to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfm000 committed Nov 29, 2023
1 parent 85b1332 commit e12ae04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/Univariate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ For scipy version 1.11.4 you should get an output along the lines of:
So you have a lot to choose from!

Name differences between SklarPy and SciPy
-------------------------------------------
Whilst we have generally kept most of the distribution names consistent with SciPy, there are a few notable exceptions.
These are:

.. csv-table:: Distribution Name Discrepancies
:file: univariate_table.csv
:header-rows: 1

PreFitUnivariateBase
---------------------
This class and its subclasses contain the following methods / functions:
Expand Down
6 changes: 6 additions & 0 deletions docs/source/univariate_table.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SciPy Stats,SklarPy Univariate
norm,normal
t,student_t
dlaplace,discrete_laplace
randint,discrete_uniform
geom,geometric

0 comments on commit e12ae04

Please sign in to comment.