Published September 30, 2018
| Version v2.0.0
Software
Open
juliangehring/Bootstrap.jl: Bootstrap v2.0.0
Authors/Creators
- 1. Illumina
- 2. Stanford University
- 3. @invenia
- 4. University of Copenhagen
Description
Version 2.0.0
Interface changes
- Put the function argument first in the signatures (#26): Changes the bootstrap signature to have the function argument come first:
bootstrap(statistic::Function, data, sampling). The old syntax has been deprecated and will be removed in a future version. - Integrate better with StatsBase function names (#24): Integrates with the naming of the equivalent functions in StatsBase.jl: Renames ci to confint and se to stderror. The old function names have been deprecated, and will be supported until the next major release. The motivation for these change is outlined in #23.
- Build the html documentation directly with Documenter (#28, #25)
- Support julia v0.7 and v1.0, drop support for julia v0.6 (#33)
- Requires julia 0.7 or v1.0
Files
juliangehring/Bootstrap.jl-v2.0.0.zip
Files
(119.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:80e3d79b3c3364090c52fa8b32448378
|
119.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/juliangehring/Bootstrap.jl/tree/v2.0.0 (URL)