0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
60 stars 21 forks source link

Potential typo in documentation code #271

Closed Pinoclean closed 8 months ago

Pinoclean commented 8 months ago

I think there is a typo in the code for the One Sample T Test

t = spm1d.stats.ttest(Y. mu) the period (.) between the Y and mu should be a comma (,) I think

https://spm1d.org/doc/Stats1D/onetwosample.html

0todd0000 commented 8 months ago

Thank you very much for finding this, this is indeed a typo!

It has now been corrected.