|
QtiPlot
0.9.8.2
|
#include <ShapiroWilkTest.h>#include <gsl/gsl_randist.h>#include <gsl/gsl_cdf.h>#include <gsl/gsl_sort.h>Macros | |
| #define | min(a, b) ((a) > (b) ? (b) : (a)) |
| #define | sign(a) ((a) >= 0 ? 1.0 : -1.0) |
| #define min | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (b) : (a)) |
Referenced by ErrorBarsCurve::boundingRect(), ColorMapEditor::colorMap(), QwtBarCurve::dataOffset(), QwtBarCurve::draw(), Graph::drawItems(), Matrix::dy(), FrequencyCountDialog::FrequencyCountDialog(), Table::isColumnHidden(), QwtHistogram::loadData(), QwtHistogram::loadDataFromMatrix(), Table::minColumnValue(), ApplicationWindow::setExcelImportMethod(), DoubleSpinBox::setMinimum(), ApplicationWindow::setSaveSettings(), Graph3D::setTicks(), ShapiroWilkTest::swilk(), TableStatistics::update(), and Graph::waterfallYOffset().
| #define sign | ( | a | ) | ((a) >= 0 ? 1.0 : -1.0) |
1.8.13