mdhaber / scipy

Scipy library main repository
http://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

DOC: stats: reorganize hypothesis tests in main page #92

Closed mdhaber closed 1 year ago

mdhaber commented 1 year ago

Reorganize hypothesis tests section.

Rather than looking at the diff, it's probably easier to glance at what was moved out of other sections, then just read the "Hypothesis Tests and related functions" section of the modified file.

@tupui @tirthasheshpatel @chrisb83 I thought I'd get your opinion before submitting the PR upstream.

tupui commented 1 year ago

Definitely wanted 👍

chrisb83 commented 1 year ago

Agree, this is a good idea. The current overview of stats functions is hard to follow

mdhaber commented 1 year ago

Thanks. @chrisb83 when you added section headings in https://github.com/scipy/scipy/pull/9062, f_oneway ended up as a "correlation function". Was that just an artifact of the way the functions were already ordered? Isn't it really an independent sample test?

chrisb83 commented 1 year ago

Agree, f_oneway does not belong to correlation functions

mdhaber commented 1 year ago

Thanks! If you'd take a look at the PR to the main repo (gh-17767 - where to put kstest?) I'd appreciate it!