CalculateStatisticsTask is an object defining the task of calculating the basic statistics for a data set. Its execution triggers the calculation of the correlation matrix and the distributions of various variables.
Table 12.6. Connected objects
| Status | Name | Description | Type | Reference |
|---|---|---|---|---|
| included | correlationMatrix | stores the attribute correlation matrix | CorrelationMatrixImpl | own |
| included | statisticsSettings | stores the settings which determine how the statistics will be computed | StatisticsSettings | own |
| obligatory | physicalData | the data on which the statistics will be computed | PhysicalData | by name |