An open API service indexing awesome lists of open source software.

https://github.com/o-morikawa/errorest.jl

Tools for julia programming of statistical analysis
https://github.com/o-morikawa/errorest.jl

bootstrap bootstrap-resampling error jackknife jackknife-resampling julia julia-language linear-fitting

Last synced: about 1 month ago
JSON representation

Tools for julia programming of statistical analysis

Awesome Lists containing this project

README

        

# ErrorEst.jl

Julia codes for error estimation:
- jackknife.jl: Jackknife method
- bootstrap.jl: Statistical Bootstrapping (randomly resampling)
- linear_fit.jl: linear fitting (reduced chi-square)