T-Tests on .Net framework 4 and the latters using R software
One of the most common tests in statistics is the t-test which is used to determine whether the means of two groups are
equal to each other. The assumption for the test is that both groups are sampled from normal distributions with equal variances.
The null hypothesis (H0) is that the two means are equal, and the alternative (H1) is that they are not.
The function t.test is available in R software for performing t-tests. In this demo, I will show how to use this function
on the two groups, given below, on Asp.Net as GUI front-end and R software as statistics computing back-end.
Please login if you wanna set the data yourself
I developed
a tutorial on how to setup Linux server with Mono
for Asp.Net websites using MySql database,
R software and other statistical & computational
tools as computing back-end. Please feel free to check it out.