Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaaplavin/montecarlotesting.jl
https://github.com/juliaaplavin/montecarlotesting.jl
monte-carlo multiple-comparisons significance-testing statistics
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaaplavin/montecarlotesting.jl
- Owner: JuliaAPlavin
- License: mit
- Created: 2024-02-18T17:57:52.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T17:58:07.000Z (12 months ago)
- Last Synced: 2024-11-19T05:59:52.678Z (3 months ago)
- Topics: monte-carlo, multiple-comparisons, significance-testing, statistics
- Language: Julia
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://aplavin.github.io/MonteCarloTesting.jl/test/examples.html) for more explanations and usage examples.