DistributionAnalyser
DistributionAnalyser copied to clipboard
floc=0
Hello
Maybe it's an idea to make a selectbox
loc_zero = st.sidebar,selectbox("Loc = 0", [True, False], 0)
and adjust this line in page_fit.py?
if loc_zero: params = dist.fit(df, floc=0) else: params = dist.fit(df)