Skip to content

JuliaAPlavin/MonteCarloTesting.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonteCarloTesting.jl

Statistical hypothesis testing via Monte Carlo simulations.

MonteCarloTesting.jl performs hypothesis testing based on simulations, even when no analytic solutions are available. The only requirement is to be able to generate synthetic data under the null hypothesis.

See the Pluto notebook for more explanations and usage examples.