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

changes in the output of the best fitting statistical distribution

parent 5f97abfd
......@@ -235,8 +235,10 @@ class Output(BasicStatisticalMeasures,DistFittest):
###BestDistributionFit###
A=self.ks_test(data)
sheet2.write(14,14,(A.get('type')))
sheet2.write(14,15,(A.get('parameters')[0]))
sheet2.write(14,16,(A.get('parameters')[1]))
sheet2.write(14,15,(A.get('aParameter')))
sheet2.write(14,16,(A.get('bParameter')))
sheet2.write(15,15,(A.get('aParameterValue')))
sheet2.write(15,16,(A.get('bParameterValue')))
#book.save('C:\Eclipse workspace\FirstPrototype\src\ExcelOutput_DistributionFitting.xls') #Save the excel document in the given directory
book.save('DistributionFittingResults.xls') #Save the excel document
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