Skip to content

Commit

Permalink
Update algorithms.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mollyk authored Sep 21, 2023
1 parent 0c37d79 commit b406a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b406a92

Please sign in to comment.