Skip to content

Releases: JuliaStats/HypothesisTests.jl

v0.11.0

31 May 21:14
932eaac
Compare
Choose a tag to compare

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:

v0.10.13

07 May 22:02
a1713cf
Compare
Choose a tag to compare

HypothesisTests v0.10.13

Diff since v0.10.12

Closed issues:

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

Merged pull requests:

v0.10.12

02 May 21:17
d19a8e1
Compare
Choose a tag to compare

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

11 Oct 16:05
a891451
Compare
Choose a tag to compare

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:

v0.10.10

19 Apr 13:14
be980f3
Compare
Choose a tag to compare

HypothesisTests v0.10.10

Diff since v0.10.9

Closed issues:

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

Merged pull requests:

v0.10.9

09 Apr 06:48
c2d4c3a
Compare
Choose a tag to compare

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

09 Mar 17:04
f765063
Compare
Choose a tag to compare

HypothesisTests v0.10.8

Diff since v0.10.7

Closed issues:

  • p val > 1 in ExactMannWhitneyUTest (#126)

Merged pull requests:

v0.10.7

05 Mar 00:39
dad954e
Compare
Choose a tag to compare

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:

v0.10.6

04 Nov 13:19
c19e111
Compare
Choose a tag to compare

HypothesisTests v0.10.6

Diff since v0.10.5

v0.10.5

04 Nov 13:19
5207b91
Compare
Choose a tag to compare

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)