usage: 1. java PerfectData <number of group> <group size> <mean> <standard deviation> <min score> <max score> <output file>
       2. java PerfectData <file> <group size>


the first one will generate perfect data according to the given parameters and saved as the given file name.
the second one will read the give file and calculate the information about the data according the group size.
