Tuesday, February 1, 2011

Thariya's Statistical Data Analyzer Version 1.0 (Open Source)

From my previous post I released the Beta Version of this software. Now I'm going to release the Version 1.0 which has some more features than in the Beta Version.


Newly added features

  • Error and exception handling
    • In the Beta Version, when the user enters a character or a string instead of adding a numeric value, the software crashed. The new version is capable of identifying the input and generates a particular error message without failure.
  • Show the remaining data points to be entered
    • When the user enters data, the remaining data points that can be added is displayed.
  • Find the 'Mode' of the data set
    • The Beta Version was unable to find the 'Mode' of the entered data set, but this version is capable of finding it.
  • Increased size of the list boxes
    • Without scrolling, the user can view more data than in the Beta Version. 

Click Here to download the Setup (736.31 KB). This needs installation.

Click Here to download the Portable Version (373.56 KB). No need of installation. 

Click Here to download the Source Code (6.44 MB).  You can customize and use it according to your needs.

You need .NET Framework 3.5 to run the software.
 You can use this software when doing the 'Probability and Statistics' Lab Assignments. You can check your answers in SPSS with this.

P.S - Special thanks to Guruparan Giritharan for his feed back on the Beta Version and helping me in the Exception Handling of the New Version. My previous experience in using Dynamic 2D arrays was helpful when implementing a way to find the 'Mode'.

-Tharindu Edirisinghe-
-SLIIT 10'-

2 comments:

Post a Comment