Hi all,
My first App is out and about! It took a while, but I’m very proud of the v1.0.
Check it: https://share.streamlit.io/rdzudzar/distributionanalyser/main/main.py
Distribution Analyser is a Web App that allows you to interactively explore continuous distributions from SciPy and fit distribution(s) to your data.
There is a link to Walkthrough video:
App snippets, below.
Cheers,
Robert
10 Likes
Some snippets:
Chose any continuous distribution, play with its parameters, or check link to see official documentation.
Tweak parameters and display what you want to see on the Figure
You can also obtain a generated Python code with your selected distributions and parameters.
Import your data and fit distribution(s) to them, as a result get interactive Figures, Table and Python code pre-filled with the best-fit distribution and its parameters.
I would appreciate feedback, and Starring GitHub page, as well as openning the issues for new features or bugs.
Thank you Streamlit team for making Streamlit!!!
Cheers,
Rob
1 Like
This is awesome
!!
Love how the introduction page is displayed, as well as the expanders in the sidebar, very well thought!
Thanks for building this, bookmarking it to show distributions to my future students 
Cheers,
Fanilo
Those are some beautiful looking charts 
Thank you,
I spend more than a bit of time designing the Figure and it’s elements, but it was worth it 
1 Like