Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Apr 17, 2024
1 parent 98cdb7e commit e6b73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fstats_hypothesis.f90
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ subroutine levenes_test(x, stat, p, err)
!! Z_{i.} \right)^{2} } $$
!!
!! Where:
!! $$ Z_{ij} = |X_{ij} - \overline{X_{i.}} $$
!! $$ Z_{ij} = |X_{ij} - \overline{X_{i.}}| $$
!! $$ Z_{i.} = \frac{1}{n_{i}} \sum_{j = 1}^{n_{i}} Z_{ij} $$
!! $$ Z_{..} = \frac{1}{N} \sum_{i = 1}^{k} \sum_{j = 1}^{n_{i}} Z_{ij} $$
!!
Expand Down

0 comments on commit e6b73f3

Please sign in to comment.