D21684: Hypothesis test: Dock and View for t test and z test
Devanshu Agarwal
noreply at phabricator.kde.org
Tue Jun 11 12:51:11 BST 2019
devanshuagarwal updated this revision to Diff 59593.
devanshuagarwal added a comment.
Change from the previous diff to this diff is :
1. changed backend from result table from model/view programming to html tables.
getHtmlTable in HypothesisTest.cpp returns the QString which is html table for given number of rows, number of columns and array containing table data in row major form
i.e. for table
A B C D
E F G H
G H I J
The array need to be passed is [A B C D E F G H I J]
REPOSITORY
R262 LabPlot
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D21684?vs=59522&id=59593
REVISION DETAIL
https://phabricator.kde.org/D21684
AFFECTED FILES
src/backend/hypothesis_test/HypothesisTest.cpp
src/backend/hypothesis_test/HypothesisTest.h
src/backend/hypothesis_test/HypothesisTestPrivate.h
src/kdefrontend/dockwidgets/HypothesisTestDock.cpp
src/kdefrontend/dockwidgets/HypothesisTestDock.h
src/kdefrontend/hypothesis_test/HypothesisTestView.cpp
src/kdefrontend/hypothesis_test/HypothesisTestView.h
src/kdefrontend/ui/dockwidgets/hypothesistestdock.ui
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/20190611/86749388/attachment.html>
More information about the kde-edu
mailing list