Statistical tests. Friedman test
Code: "stat_test2.py". Programming language: Python
DMelt Version 1. Last modified: 12/11/2015. License: Pro
https://datamelt.org/code/cache/stat_test2_4177.py
To run this script using the DMelt IDE,
copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.
from javanpst.tests.multiple.friedmanTest import FriedmanTest
from javanpst.data.structures.dataTable import DataTable
d = DataTable([[12,23,33],[23,23,11],[23,11,23]])
fr = FriedmanTest(d)
fr.doTest()
print "Results of Friedman test:"+fr.printReport()
You see the box below because you did not login.