A widget used to adjust a scatter's input data. More...
#include "../../../dataaccess.h"#include "../../../datatype/Property.h"#include "../../../qt/widgets/charts/Utils.h"#include "../../../raster.h"#include "../../../statistics/core/Enums.h"#include "../../../statistics/core/Utils.h"#include "ScatterDataWidget.h"#include "ui_ScatterDataWidgetForm.h"Go to the source code of this file.
Functions | |
| void | updateSummary (te::da::DataSet *dataSet, Ui::ScatterDataWidgetForm *ui) | 
A widget used to adjust a scatter's input data.
Definition in file ScatterDataWidget.cpp.
| void updateSummary | ( | te::da::DataSet * | dataSet, | 
| Ui::ScatterDataWidgetForm * | ui | ||
| ) | 
Definition at line 37 of file ScatterDataWidget.cpp.
References te::stat::AMPLITUDE, te::stat::GetStatSummaryFullName(), te::stat::KURTOSIS, te::stat::MAX_VALUE, te::stat::MEAN, te::stat::MEDIAN, te::stat::MIN_VALUE, te::stat::SKEWNESS, te::stat::STANDARD_DEVIATION, te::stat::SUM, te::stat::VAR_COEFF, and te::stat::VARIANCE.
Referenced by te::qt::widgets::ScatterDataWidget::ScatterDataWidget().