JuliaStats / HypothesisTests.jl

Hypothesis tests for Julia
Other
292 stars 87 forks source link

[Feature Proposal] add new StatsAPI function to extract statistics #306

Closed babaq closed 11 months ago

babaq commented 11 months ago

Currently, only pvalue and confint were proposed and supported by different tests, but sometimes the underlying test statistics were of interest. It would be a more consistent and convenient way to extract statistics by adding new API like stats.

ararslan commented 11 months ago

Duplicate of https://github.com/JuliaStats/HypothesisTests.jl/issues/79 🙂

ararslan commented 11 months ago

I've finally proposed a solution to that issue, 7 years after opening it: https://github.com/JuliaStats/StatsAPI.jl/pull/24. Feel free to comment there or the original issue if you have further input to provide. Thanks!