Commit 64d7d28
authored
Add an abstract type
This is currently defined in HypothesisTests. Defining the common
supertype in this package would allow other packages to define their own
hypothesis test types that are too specific and/or have too many
dependencies to upstream to HypothesisTests. This could include, for
example, the log-rank test for comparing Kaplan-Meier survival curves in
Survival and the likelihood ratio test in StatsModels.HypothesisTest (#23)1 parent 1efca7d commit 64d7d28
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
35 | 45 | | |
36 | 46 | | |
37 | 47 | | |
| |||
0 commit comments