krpwn

Results 1 issues of krpwn

I have been doing the codes as - df=pd.DataFrame(adata) df.head() xq=adata['batch size'].values.reshape(-1,1) yq=adata['Price'].values.reshape(-1,1) mod = smf.quantreg('yq ~ xq', df) res = mod.fit(q=.5) print(res.summary()) quantiles = [.05, .25, .50, .75, .95]...