diff --git a/docs/source/Univariate.rst b/docs/source/Univariate.rst index e92c88b..269bc93 100644 --- a/docs/source/Univariate.rst +++ b/docs/source/Univariate.rst @@ -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: diff --git a/docs/source/univariate_table.csv b/docs/source/univariate_table.csv new file mode 100644 index 0000000..2e409cb --- /dev/null +++ b/docs/source/univariate_table.csv @@ -0,0 +1,6 @@ +SciPy Stats,SklarPy Univariate +norm,normal +t,student_t +dlaplace,discrete_laplace +randint,discrete_uniform +geom,geometric \ No newline at end of file