I'm currently doing some research work that produces a lot of data. Some of my results' distributions appear to be very similar to log-normal. I would like to somehow verify this hypothesis. Things that are not clear to me are:
1) How can I check the distribution automatically in Python? My goal is to confirm log-normal distribution or find another distribution that might better fit the data.
2) How can I get the distribution parameters that are determinatd by my results?