Daniel Shaw
2018-12-04 18:28:14 UTC
Hi,
I've been trying to get the package
scikits.statsmodels.sandbox.stats.distributions_patch, posted to
stackoverflow here
<https://stackoverflow.com/questions/3242326/fitting-a-pareto-distribution-with-python-scipy>,
to run using Jupyter Notebook with a python 2.7 kernel but have not been
able to access the 'fit_fr' function. I've checked within the Notebook GUI
and underlying python installation and statsmodels (0.6.1) is installed. It
appears that the post was originally put out there 8 years ago and, I
think, in that time the 'statsmodels' was moved out of 'scikits' and into a
standalone package. I'm not sure if that has anything to do with what I'm
seeing. I did remove the 'scikits' portion of the import statement and that
changed the error from not being able to find the entire package, to not
being able to find the 'distributions_patch'.
Anyway, if someone could point me to the 'fit_fr' function, or point me to
a different function that approximates 'fit_fr', I would really appreciate
it.
Thanks,
Dan
I've been trying to get the package
scikits.statsmodels.sandbox.stats.distributions_patch, posted to
stackoverflow here
<https://stackoverflow.com/questions/3242326/fitting-a-pareto-distribution-with-python-scipy>,
to run using Jupyter Notebook with a python 2.7 kernel but have not been
able to access the 'fit_fr' function. I've checked within the Notebook GUI
and underlying python installation and statsmodels (0.6.1) is installed. It
appears that the post was originally put out there 8 years ago and, I
think, in that time the 'statsmodels' was moved out of 'scikits' and into a
standalone package. I'm not sure if that has anything to do with what I'm
seeing. I did remove the 'scikits' portion of the import statement and that
changed the error from not being able to find the entire package, to not
being able to find the 'distributions_patch'.
Anyway, if someone could point me to the 'fit_fr' function, or point me to
a different function that approximates 'fit_fr', I would really appreciate
it.
Thanks,
Dan