Commit a70a7b90 authored by panos's avatar panos Committed by Jérome Perrin

bug fixed in the output of the best distribution fit

parent 541a186f
......@@ -234,7 +234,7 @@ class Output(BasicStatisticalMeasures,DistFittest):
###BestDistributionFit###
A=self.ks_test(data)
sheet2.write(14,14,(A.get('type')))
sheet2.write(14,14,(A.get('distributionType')))
sheet2.write(14,15,(A.get('aParameter')))
sheet2.write(14,16,(A.get('bParameter')))
sheet2.write(15,15,(A.get('aParameterValue')))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment