DistributionAnalyser icon indicating copy to clipboard operation
DistributionAnalyser copied to clipboard

floc=0

Open rcsmit opened this issue 1 year ago • 0 comments

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)

rcsmit avatar Jun 20 '24 19:06 rcsmit