Skip to content

Commit

Permalink
[tools.jl] Fixed a typo in ttest docstring ✍
Browse files Browse the repository at this point in the history
  • Loading branch information
shayandavoodii committed May 5, 2024
1 parent 473f1d5 commit 51ecefd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tools/tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ ttest(vec::AbstractVector{<:AbstractVector})
```
Perform a one sample t-test of the null hypothesis that `n` values with mean `x̄` and sample \
standard deviation stddev come from a distribution with mean ``μ\\_0`` against the alternative \
hypothesis that the distribution does not have mean ``μ\\_0``. The t-test with 95% confidence \
standard deviation stddev come from a distribution with mean ``μ_0`` against the alternative \
hypothesis that the distribution does not have mean ``μ_0``. The t-test with 95% confidence \
level applies on each pair of vectors in the `vec` vector. Each vector should contain the \
Annual Percentage Yield (APY) of a different algorithm on various datasets.
Expand Down

0 comments on commit 51ecefd

Please sign in to comment.