QtiPlot 0.9.8.2
|
Filter options dialog. More...
#include <StudentTestDialog.h>
Filter options dialog.
StudentTestDialog::StudentTestDialog | ( | const StatisticTest::TestType & | type, |
Table * | t, | ||
bool | twoSamples = false , |
||
QWidget * | parent = 0 |
||
) |
References accept(), addConfidenceLevel(), MdiSubWindow::applicationWindow(), bothTailButton, bothTailLabel, boxConfidenceInterval, boxMean, boxNoteWindow, boxOtherSampleSize, boxPowerAnalysis, boxPowerLevel, boxResultsLog, boxResultsTable, boxSample1, boxSample2, boxSampleSize, boxSignificance, buttonAddLevel, buttonOk, StatisticTest::ChiSquareTest, Table::colName(), ApplicationWindow::columnsList(), ApplicationWindow::d_descriptive_stats, d_note, ApplicationWindow::d_stats_confidence, ApplicationWindow::d_stats_output, ApplicationWindow::d_stats_power, ApplicationWindow::d_stats_result_log, ApplicationWindow::d_stats_result_notes, ApplicationWindow::d_stats_result_table, ApplicationWindow::d_stats_significance_level, d_table, enableDescriptiveStatistics(), independentTestBtn, leftTailButton, leftTailLabel, meanLabel, noteNameLineEdit, outputSettingsBox, pairedTestBtn, rightTailButton, rightTailLabel, Table::selectedColumns(), DoubleSpinBox::setDecimals(), DoubleSpinBox::setRange(), DoubleSpinBox::setSingleStep(), DoubleSpinBox::setValue(), showStatisticsBox, StatisticTest::StudentTest, tableNameLineEdit, updateMeanLabel(), and updateMeanLabels().
void StudentTestDialog::accept | ( | ) | [private, slot] |
References acceptChiSquareTest(), acceptStudentTest(), StatisticTest::ChiSquareTest, d_test_type, and StatisticTest::StudentTest.
Referenced by StudentTestDialog().
void StudentTestDialog::acceptChiSquareTest | ( | ) | [private] |
void StudentTestDialog::acceptStudentTest | ( | ) | [private] |
References StatisticTest::Both, bothTailButton, boxConfidenceInterval, boxMean, boxOtherSampleSize, boxPowerAnalysis, boxPowerLevel, boxSample1, boxSample2, boxSampleSize, boxSignificance, ApplicationWindow::d_decimal_digits, d_two_samples, StatisticTest::Left, outputResults(), pairedTestBtn, StatisticTest::Right, rightTailButton, showStatisticsBox, and DoubleSpinBox::value().
Referenced by accept().
void StudentTestDialog::addConfidenceLevel | ( | ) | [private, slot] |
References boxConfidenceInterval, DoubleSpinBox::setRange(), DoubleSpinBox::setSingleStep(), DoubleSpinBox::setValue(), and DoubleSpinBox::value().
Referenced by StudentTestDialog().
void StudentTestDialog::closeEvent | ( | QCloseEvent * | e | ) | [private] |
References boxConfidenceInterval, boxNoteWindow, boxPowerAnalysis, boxResultsLog, boxResultsTable, boxSignificance, ApplicationWindow::d_descriptive_stats, ApplicationWindow::d_stats_confidence, ApplicationWindow::d_stats_output, ApplicationWindow::d_stats_power, ApplicationWindow::d_stats_result_log, ApplicationWindow::d_stats_result_notes, ApplicationWindow::d_stats_result_table, ApplicationWindow::d_stats_significance_level, d_test_type, outputSettingsBox, showStatisticsBox, StatisticTest::StudentTest, and DoubleSpinBox::value().
void StudentTestDialog::enableDescriptiveStatistics | ( | ) | [private, slot] |
References boxNoteWindow, boxResultsLog, and showStatisticsBox.
Referenced by StudentTestDialog().
void StudentTestDialog::outputResults | ( | StatisticTest * | stats, |
const QString & | s | ||
) | [private] |
References boxNoteWindow, boxResultsLog, boxResultsTable, Note::currentEditor(), d_note, d_table, ApplicationWindow::newNote(), noteNameLineEdit, StatisticTest::outputResultsTo(), StatisticTest::resultTable(), Note::setText(), ApplicationWindow::table(), tableNameLineEdit, ApplicationWindow::updateLog(), and ApplicationWindow::window().
Referenced by acceptChiSquareTest(), and acceptStudentTest().
void StudentTestDialog::updateMeanLabel | ( | ) | [private, slot] |
References bothTailButton, StatisticTest::ChiSquareTest, d_test_type, d_two_samples, leftTailButton, meanLabel, and rightTailButton.
Referenced by StudentTestDialog().
void StudentTestDialog::updateMeanLabels | ( | double | val | ) | [private, slot] |
References bothTailLabel, ApplicationWindow::d_decimal_digits, leftTailLabel, and rightTailLabel.
Referenced by StudentTestDialog().
QRadioButton* StudentTestDialog::bothTailButton [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), StudentTestDialog(), and updateMeanLabel().
QLabel* StudentTestDialog::bothTailLabel [private] |
Referenced by StudentTestDialog(), and updateMeanLabels().
Referenced by acceptChiSquareTest(), acceptStudentTest(), addConfidenceLevel(), closeEvent(), and StudentTestDialog().
DoubleSpinBox* StudentTestDialog::boxMean [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), and StudentTestDialog().
QCheckBox* StudentTestDialog::boxNoteWindow [private] |
Referenced by closeEvent(), enableDescriptiveStatistics(), outputResults(), and StudentTestDialog().
QCheckBox* StudentTestDialog::boxOtherSampleSize [private] |
Referenced by acceptStudentTest(), and StudentTestDialog().
Referenced by acceptStudentTest(), closeEvent(), and StudentTestDialog().
DoubleSpinBox* StudentTestDialog::boxPowerLevel [private] |
Referenced by acceptStudentTest(), and StudentTestDialog().
QCheckBox* StudentTestDialog::boxResultsLog [private] |
Referenced by closeEvent(), enableDescriptiveStatistics(), outputResults(), and StudentTestDialog().
QCheckBox* StudentTestDialog::boxResultsTable [private] |
Referenced by closeEvent(), outputResults(), and StudentTestDialog().
QComboBox* StudentTestDialog::boxSample1 [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), and StudentTestDialog().
QComboBox* StudentTestDialog::boxSample2 [private] |
Referenced by acceptStudentTest(), and StudentTestDialog().
QSpinBox* StudentTestDialog::boxSampleSize [private] |
Referenced by acceptStudentTest(), and StudentTestDialog().
DoubleSpinBox* StudentTestDialog::boxSignificance [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), closeEvent(), and StudentTestDialog().
QPushButton* StudentTestDialog::buttonAddLevel [private] |
Referenced by StudentTestDialog().
QPushButton* StudentTestDialog::buttonOk [private] |
Referenced by StudentTestDialog().
Note* StudentTestDialog::d_note [private] |
Referenced by outputResults(), and StudentTestDialog().
Table* StudentTestDialog::d_table [private] |
Referenced by outputResults(), and StudentTestDialog().
Referenced by accept(), closeEvent(), and updateMeanLabel().
bool StudentTestDialog::d_two_samples [private] |
Referenced by acceptStudentTest(), and updateMeanLabel().
QRadioButton* StudentTestDialog::independentTestBtn [private] |
Referenced by StudentTestDialog().
QRadioButton* StudentTestDialog::leftTailButton [private] |
Referenced by StudentTestDialog(), and updateMeanLabel().
QLabel* StudentTestDialog::leftTailLabel [private] |
Referenced by StudentTestDialog(), and updateMeanLabels().
QLabel* StudentTestDialog::meanLabel [private] |
Referenced by StudentTestDialog(), and updateMeanLabel().
QLineEdit* StudentTestDialog::noteNameLineEdit [private] |
Referenced by outputResults(), and StudentTestDialog().
Referenced by closeEvent(), and StudentTestDialog().
QRadioButton* StudentTestDialog::pairedTestBtn [private] |
Referenced by acceptStudentTest(), and StudentTestDialog().
QRadioButton* StudentTestDialog::rightTailButton [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), StudentTestDialog(), and updateMeanLabel().
QLabel* StudentTestDialog::rightTailLabel [private] |
Referenced by StudentTestDialog(), and updateMeanLabels().
QCheckBox* StudentTestDialog::showStatisticsBox [private] |
Referenced by acceptChiSquareTest(), acceptStudentTest(), closeEvent(), enableDescriptiveStatistics(), and StudentTestDialog().
QLineEdit* StudentTestDialog::tableNameLineEdit [private] |
Referenced by outputResults(), and StudentTestDialog().