D23247: Chi Square Test for Independence. Frontend + backend

Devanshu Agarwal noreply at phabricator.kde.org
Sun Aug 18 22:07:59 BST 2019


devanshuagarwal created this revision.
devanshuagarwal added reviewers: sgerlach, asemke.
devanshuagarwal added a project: LabPlot.
Herald added a project: KDE Edu.
Herald added a subscriber: kde-edu.
devanshuagarwal requested review of this revision.

REVISION SUMMARY
  Chi-Square Test is almost completed.
  
  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.
  
  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)
  
  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.
  
  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.

REPOSITORY
  R262 LabPlot

REVISION DETAIL
  https://phabricator.kde.org/D23247

AFFECTED FILES
  src/CMakeLists.txt
  src/backend/generalTest/CorrelationCoefficient.cpp
  src/backend/generalTest/CorrelationCoefficient.h
  src/backend/generalTest/GeneralTest.cpp
  src/backend/generalTest/GeneralTest.h
  src/backend/generalTest/HypothesisTest.cpp
  src/backend/generalTest/HypothesisTest.h
  src/backend/generalTest/MyTableModel.cpp
  src/backend/generalTest/MyTableModel.h
  src/kdefrontend/dockwidgets/CorrelationCoefficientDock.cpp
  src/kdefrontend/dockwidgets/CorrelationCoefficientDock.h
  src/kdefrontend/dockwidgets/HypothesisTestDock.cpp
  src/kdefrontend/generalTest/CorrelationCoefficientView.cpp
  src/kdefrontend/generalTest/GeneralTestView.cpp
  src/kdefrontend/generalTest/GeneralTestView.h
  src/kdefrontend/generalTest/HypothesisTestView.cpp

To: devanshuagarwal, sgerlach, asemke
Cc: kde-edu, #labplot, narvaez, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190818/47bec022/attachment.html>


More information about the kde-edu mailing list