forked from acp29/iboot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates all references to package name
- Loading branch information
acp29
committed
Dec 24, 2023
1 parent
0d61365
commit fe06a1f
Showing
8 changed files
with
28 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name: statistics-bootstrap | ||
version: 5.4.3 | ||
date: 2023-12-22 | ||
name: statistics-resampling | ||
version: 5.4.4 | ||
date: 2023-12-24 | ||
author: Andrew Penn <[email protected]> | ||
maintainer: Andrew Penn <[email protected]> | ||
title: A statistics package with a variety of bootstrap resampling tools | ||
title: A statistics package with a variety of resampling tools | ||
categories: package | ||
Description: This package of functions can be used to estimate | ||
bias, uncertainty (standard errors and confidence intervals), | ||
prediction error, and test hypotheses (p-values) using bootstrap | ||
resampling. Variations of the bootstrap are included that improve | ||
prediction error, and test hypotheses (p-values) using resampling | ||
methods. Variations of the bootstrap are included that improve | ||
the coverage and accuracy of bootstrap confidence intervals for | ||
small samples and samples with complex dependence structures. | ||
License: GPLv3+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# statistics-bootstrap package | ||
# statistics-resampling package | ||
|
||
## Package maintainer | ||
Andrew Penn ([email protected]) | ||
|
@@ -19,7 +19,7 @@ Core functions in this package are known to be compatible with versions of Octav | |
|
||
## Installation | ||
|
||
To install (or test) the statistics-bootstrap package at it's existing location in either Octave or Matlab, follow these steps: | ||
To install (or test) the statistics-resampling package at it's existing location in either Octave or Matlab, follow these steps: | ||
|
||
* Download the package. If it is a compressed file, decompress it. | ||
* Open Octave or Matlab command prompt. | ||
|
@@ -31,13 +31,13 @@ To install (or test) the statistics-bootstrap package at it's existing location | |
|
||
Alternatively, users of more recent versions of Octave can install the package automatically with the following command: | ||
|
||
`pkg install "https://github.com/gnu-octave/statistics-bootstrap/archive/refs/heads/master.zip"` | ||
`pkg install "https://github.com/gnu-octave/statistics-resampling/archive/refs/heads/master.zip"` | ||
|
||
The package can be loaded on demand in Octave with the following commmand: | ||
|
||
`pkg load statistics-bootstrap` | ||
`pkg load statistics-resampling` | ||
|
||
In Octave, you can find out basic information about the package by typing: `pkg describe -verbose statistics-bootstrap` | ||
In Octave, you can find out basic information about the package by typing: `pkg describe -verbose statistics-resampling` | ||
|
||
## Usage | ||
|
||
|
@@ -61,5 +61,3 @@ At the Octave/MATLAB command prompt, type `help function-name` for more informat | |
## Development roadmap | ||
|
||
|
||
* We plan to rename the package to `statistics-resampling` to reflect the fact that this package also has functions that include forms of resampling that are not bootstrap (e.g. randomization) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters