Contingency Table In Two Way Anova and minor fixes
ClosedPublic

Authored by devanshuagarwal on Jul 12 2019, 8:48 PM.

Details

Reviewers
sgerlach
asemke
Summary

Here are some features added to labplot from this patch:

  1. Contingency Table showing stats for Two Way ANOVA ( with Hierarchical Column Header).
  2. Initialization of Dock improved.
  3. Program crashes for boundary cases in T-Test, Z-Test and Levene Test solved.
  4. Rounding off numbers that are displayed in hypothesis test result

Last Phabricator Revision:

  1. Using QDEBUG() macro.
  2. Removed HTML tags from i18n

Diff Detail

Repository
R262 LabPlot
Lint
Lint Skipped
Unit
Unit Tests Skipped
Restricted Application added a project: KDE Edu. · View Herald TranscriptJul 12 2019, 8:48 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
devanshuagarwal requested review of this revision.Jul 12 2019, 8:48 PM

Added getHtmlTable3 function which is more flexible then getHtmlTable3 function and can span any rows and columns.

sgerlach accepted this revision.Aug 20 2019, 7:15 AM
sgerlach added inline comments.
src/backend/hypothesisTest/HypothesisTest.cpp
50

better use <cmath>

1070

we should implement a general round method in nsl and use it here. Please add a TODO comment for later.

This revision is now accepted and ready to land.Aug 20 2019, 7:15 AM
sgerlach closed this revision.Aug 29 2019, 4:10 PM