Statistics
Program can calculate the simple statistical values such as length and attribute of the raw data of drills within the project. In order to access this information, Statistics command should be chosen by right clicking on project.
Option | Description |
---|---|
Number of Samples | It is the total data amount used. |
Minimum | It is the minimum sample value. |
Average | It is the ratio of total value to total data amount. |
Median | When the data is put in order from the smallest to the biggest, it is the value in between the data sequence. It is calculated; if the data number is an odd number, with the median value of the data sequence, if the data number is an even number, with the average of two values right in between. |
Maximum | It is the maximum sample value. |
Variance | It is used to measure the deviation of the distribution values from the mean. |
Standard Deviation | It is equal to square root of the variance. |
Skewness | It is used in determination of the simetry degree of the distribution. If it is positive, distribution is skewed to the right; otherwise, it means that the distribution is skewed to the left. |
Calculated statistical information will guide the user during composition.