Statistics pane
From Piki
The statistics pane is a GUI element available in preprocessing mode. It shows descriptive statistics for the data.
Usage
The statistics pane shows descriptive statistics intrinsic to the data as well as for a subset of samples selected through a visualizer. The descriptive measurements are maximum value, minumum value, mean value, standard deviation and count.
GUI
| Statistics pane |
|---|
|
The GUI shows the measured descriptive terms as rows and the features as columns. Global statistics and statistics of the selected subset are displayed on alternating rows. You can select which set to look at (training or validation) in a drop-down list.
| Name | Statistic |
|---|---|
| Max | Global maximum value |
| Sel Max | Selected subset maximum value |
| Min | Global minimum value |
| Sel Min | Selected subset minimum value |
| Mean | Global mean |
| Sel Mean | Selected subset mean |
| Stdev | Global standard deviation |
| Sel Stdev | Selected subset standard deviation |
| Count | Total number of samples in data |
| Sel Count | Number of samples in selected subset |
| Sel Part | Selected count divided by total count |

