SkillAgentSearch skills...

HypothesisTests.jl

Hypothesis tests for Julia

Install / Use

/learn @JuliaStats/HypothesisTests.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HypothesisTests.jl

HypothesisTests.jl is a Julia package that implements a wide range of hypothesis tests.

  • Build & Testing Status: Build Status Coverage Status

  • Documentation:

Quick start

Some examples:

using HypothesisTests

pvalue(OneSampleTTest(x))
pvalue(OneSampleTTest(x), tail=:left)
pvalue(OneSampleTTest(x), tail=:right)
confint(OneSampleTTest(x))
confint(OneSampleTTest(x, tail=:left))
confint(OneSampleTTest(x, tail=:right))
OneSampleTTest(x).t
OneSampleTTest(x).df

pvalue(OneSampleTTest(x, y))
pvalue(EqualVarianceTTest(x, y))
pvalue(UnequalVarianceTTest(x, y))

pvalue(MannWhitneyUTest(x, y))
pvalue(SignedRankTest(x, y))
pvalue(SignedRankTest(x))

Related Skills

View on GitHub
GitHub Stars315
CategoryDevelopment
Updated8d ago
Forks87

Languages

Julia

Security Score

100/100

Audited on Mar 31, 2026

No findings