<table><tr><td style="">devanshuagarwal created this revision.<br />devanshuagarwal added reviewers: sgerlach, asemke.<br />devanshuagarwal added a project: LabPlot.<br />Herald added a project: KDE Edu.<br />Herald added a subscriber: kde-edu.<br />devanshuagarwal requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D23247">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Chi-Square Test is almost completed.</p>

<p>The test can be calculated either directly from statistic table by unchecking "Calculate Statistic from Spreadsheet" checkbox. The user then can fill the table and can press Recalculate to find chi-square value.</p>

<p>An added functionality of "Export To Spreadsheet" is added. Using this, the user can export the statistic table to a spreadsheet. It also acts as an alternative method to save statistic table in some form (temporarily)</p>

<p>There is also a "Clear" button added in the "Statistic Table" Widget in GeneralTestView class. The button clears all the data in "Statistic Table" excluding the header data.</p>

<p>MyTableModel is subclassed from QStandardItemModel, to provide functionality for a user to edit headers. The headers can also be put into non-editable mode if required.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R262 LabPlot</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D23247">https://phabricator.kde.org/D23247</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/CMakeLists.txt<br />
src/backend/generalTest/CorrelationCoefficient.cpp<br />
src/backend/generalTest/CorrelationCoefficient.h<br />
src/backend/generalTest/GeneralTest.cpp<br />
src/backend/generalTest/GeneralTest.h<br />
src/backend/generalTest/HypothesisTest.cpp<br />
src/backend/generalTest/HypothesisTest.h<br />
src/backend/generalTest/MyTableModel.cpp<br />
src/backend/generalTest/MyTableModel.h<br />
src/kdefrontend/dockwidgets/CorrelationCoefficientDock.cpp<br />
src/kdefrontend/dockwidgets/CorrelationCoefficientDock.h<br />
src/kdefrontend/dockwidgets/HypothesisTestDock.cpp<br />
src/kdefrontend/generalTest/CorrelationCoefficientView.cpp<br />
src/kdefrontend/generalTest/GeneralTestView.cpp<br />
src/kdefrontend/generalTest/GeneralTestView.h<br />
src/kdefrontend/generalTest/HypothesisTestView.cpp</div></div></div><br /><div><strong>To: </strong>devanshuagarwal, sgerlach, asemke<br /><strong>Cc: </strong>kde-edu, LabPlot, narvaez, apol<br /></div>