diff --git a/algorithms.md b/algorithms.md index 3c7588f..d590a90 100644 --- a/algorithms.md +++ b/algorithms.md @@ -47,7 +47,7 @@ In machine learning, support vector machines (SVMs, also support vector networks ### Independent T-Test The Student’s Independent sample t-test (sometimes called a two-sample t-test) is used to test the null hypothesis that two groups have the same mean. A low p-value suggests that the null hypothesis is not true, and therefore the group means are different. In each local dataset, let x and y be the variables of interest. y is the grouping variable with two levels. -[Documentation](https://github.com/madgik/exareme2/tree/master/documentation/algorithms/IndependentTtestIndependent.md) +[Documentation](https://github.com/madgik/exareme2/tree/master/documentation/algorithms/TtestIndependent.md) ### One-Sample T-Test The Student’s One-sample t-test is used to test the null hypothesis that the true mean is equal to a particular value (typically zero). A low p-value suggests that the null hypothesis is not true, and therefore the true mean (μ) must be different from the test value. In each local dataset, let xj be the variable of interest.