HypothesisTests.jl Versions Save

Hypothesis tests for Julia

v0.11.0

1 year ago

HypothesisTests v0.11.0

Diff since v0.10.13

Closed issues:

  • Please extend pvalue from StatsAPI.jl (#290)
  • Wald interval with continuity correction (#292)
  • Add documentation link on the about section. (#298)

Merged pull requests:

  • Wald interval with continuity correction (#291) (@PharmCat)
  • Use StatsAPI.pvalue + StatsAPI.HypothesisTest (#297) (@devmotion)

v0.10.13

1 year ago

HypothesisTests v0.10.13

Diff since v0.10.12

Closed issues:

  • Lower and upper limits of CI for proportion (#295)

Merged pull requests:

  • Bound binomial CI (#296) (@palday)

v0.10.12

1 year ago

HypothesisTests v0.10.12

Diff since v0.10.11

Merged pull requests:

  • fix ApproximateMannWhitney for Float32 (#113) (@bjarthur)
  • Enable the two sided KG Test to deal with Ties. (#282) (@FHell)
  • Update z.jl (#283) (@itsdebartha)
  • Pearson's Chi-Squared Test with 2 vectors (#289) (@itsdebartha)
  • Modified Jarque-Bera test (Urzua, 1996) (#293) (@itsdebartha)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#294) (@github-actions[bot])

v0.10.11

1 year ago

HypothesisTests v0.10.11

Diff since v0.10.10

Closed issues:

  • Problem with types in ExactPermutationTest (#274)
  • FisherExactTest dies horribly on corner case inputs (#276)

Merged pull requests:

  • BUG: Fisher test corner case/gh #276 (#279) (@kshedden)

v0.10.10

2 years ago

HypothesisTests v0.10.10

Diff since v0.10.9

Closed issues:

  • confint take either alpha everywhere or level everywhere (#268)

Merged pull requests:

  • Remove alpha from docstrings (#270) (@devmotion)

v0.10.9

2 years ago

HypothesisTests v0.10.9

Diff since v0.10.8

Closed issues:

  • Error computing p-value for KruskalWallisTest in Julia v1.6 (#269)

Merged pull requests:

  • Group docstrings for pvalue and confint with their tests (#265) (@nalimilan)
  • CompatHelper: bump compat for Roots to 2, (keep existing compat) (#271) (@github-actions[bot])

v0.10.8

2 years ago

HypothesisTests v0.10.8

Diff since v0.10.7

Closed issues:

  • p val > 1 in ExactMannWhitneyUTest (#126)

Merged pull requests:

  • fix pvalue > 1 in MannWhitneyUTest (#126) (#243) (@pdeffebach)

v0.10.7

2 years ago

HypothesisTests v0.10.7

Diff since v0.10.6

Closed issues:

  • A paired t-test is not necessarily a one sample test (#246)
  • Help with Kruskal-Wallis Test (#253)
  • Wrong calculation for p-value for FDist (#255)
  • Tail are opposite for pvalue and confint (#256)
  • docs need an update (#258)

Merged pull requests:

  • Mention other names for OneSampleTTest (#247) (@rikhuijzer)
  • Use StableRNG in more tests to avoid breakage in Julia 1.7 (#252) (@andreasnoack)
  • Update badges and TagBot action (#259) (@nalimilan)
  • Use more recent Documenter (#260) (@nalimilan)
  • Run CompatHelper also for docs subdirectory (#261) (@devmotion)
  • Fix TagBot action (#262) (@nalimilan)
  • Fix some type instabilities of pvalue + confint (#264) (@devmotion)

v0.10.6

2 years ago

HypothesisTests v0.10.6

Diff since v0.10.5

v0.10.5

2 years ago

HypothesisTests v0.10.5

Diff since v0.10.4

Closed issues:

  • Help with the reviewing process (#240)
  • FisherExactTest(1,1,1,1) "Need extrema to return two distinct values" (#245)

Merged pull requests:

  • Add t-test for cases where only stats are known (#237) (@rikhuijzer)
  • Fix incorrect bracket and type instability in FisherExactTest (#249) (@devmotion)