Skip to content

Releases: rishi-kulkarni/hierarch

v1.1.6

23 Aug 16:39
9ebee3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.6

hierarch v1.1.5

24 May 20:22
b4cf64f
Compare
Choose a tag to compare

This one mostly fixes Numba 0.57 compatibility.

What's Changed

Full Changelog: v1.1.3...v1.1.4

hierarch 1.1.3

09 Jul 05:19
5092391
Compare
Choose a tag to compare

Changelog

  • Improved initial compile time
  • If the input data is a pandas DataFrame, the treatment column can be specified using the column name as a string.

hierarch 1.1.2

22 Jun 05:12
cddd506
Compare
Choose a tag to compare

Changelog

  • Improved convergence rate of confidence_interval function
  • Added tests for a number of workhorse functions

hierarch 1.1.1

11 Jun 05:42
Compare
Choose a tag to compare

Changelog

  • added docstrings and minor bugfixes
  • prevented hypothesis_test from giving a p-value of 0 when there are no permutations that can be performed

hierarch 1.1

09 Jun 05:41
Compare
Choose a tag to compare

Changelog

  • Combined two_sample_test and linear_regression test to a single hypothesis_test function - setting compare to "means" calls two_sample_test, while setting compare to "corr" calls linear_regression_test
  • confidence_interval now searches for the upper and lower bounds separately, which improves coverage significantly for skewed data
  • General speed improvements

hierarch 1.0.1

05 Jun 23:58
Compare
Choose a tag to compare

minor bugfixes to requirements

hierarch 1.0.0

05 Jun 23:41
7afb4c2
Compare
Choose a tag to compare

hierarch now includes hypothesis testing, confidence interval computation, and power analysis.

hierarch

27 May 03:36
Compare
Choose a tag to compare

Version 0.3 release with permutation tests for any number of samples.

hierarch v0.2

06 May 03:41
Compare
Choose a tag to compare
hierarch v0.2 Pre-release
Pre-release

hierarch performs hierarchical permutation tests for difference of means - the meat and potatoes of scientific research.

More test statistics will be added in future releases.