forked from gnu-octave/statistics-resampling
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Extended Information Criterion to
bootlm
and bumped version n…
…umber
- Loading branch information
Showing
4 changed files
with
47 additions
and
14 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,6 +1,6 @@ | ||
name: statistics-resampling | ||
version: 5.5.18 | ||
date: 2024-06-04 | ||
version: 5.6.0 | ||
date: 2024-06-14 | ||
author: Andrew Penn <[email protected]> | ||
maintainer: Andrew Penn <[email protected]> | ||
title: A statistics package with a variety of resampling tools | ||
|
@@ -9,11 +9,11 @@ description: The statistics-resampling package is an Octave | |
variety of statistics tasks using non-parametric resampling | ||
methods. In particular, the functions included can be used to | ||
estimate bias, uncertainty (standard errors and confidence | ||
intervals), prediction error, and calculate p-values for null | ||
hypothesis significance tests. Variations of the resampling | ||
methods are included that improve the accuracy of the | ||
statistics for small samples and samples with complex | ||
dependence structures. | ||
intervals), prediction error, information criteria, and | ||
calculate p-values for null hypothesis significance tests. | ||
Variations of the resampling methods are included that | ||
improve the accuracy of the statistics for small samples | ||
and samples with complex dependence structures. | ||
license: GPLv3+ | ||
depends: octave (>= 4.4.0) | ||
url: https://github.com/gnu-octave/statistics-resampling |
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
Binary file not shown.
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,13 +1,13 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="3306453136" file="Y:\Documents\GitHub\statistics-resampling\matlab\statistics-resampling.prj" location="Y:\Documents\GitHub\statistics-resampling\matlab" name="statistics-resampling" target="target.toolbox" target-name="Package Toolbox"> | ||
<configuration build-checksum="1289251195" file="Y:\Documents\GitHub\statistics-resampling\matlab\statistics-resampling.prj" location="Y:\Documents\GitHub\statistics-resampling\matlab" name="statistics-resampling" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>statistics-resampling</param.appname> | ||
<param.authnamewatermark>Andrew Penn</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company>University of Sussex, UK</param.company> | ||
<param.summary>Statistical analysis using resampling methods</param.summary> | ||
<param.description>The statistics-resampling package is an Octave package and Matlab toolbox that can be used to perform a wide variety of statistics tasks using non-parametric resampling methods. In particular, the functions included can be used to estimate bias, uncertainty (standard errors and confidence intervals), prediction error, and calculate p-values for null hypothesis significance tests. Variations of the resampling methods are included that improve the accuracy of the statistics for small samples and samples with complex dependence structures.</param.description> | ||
<param.description>The statistics-resampling package is an Octave package and Matlab toolbox that can be used to perform a wide variety of statistics tasks using non-parametric resampling methods. In particular, the functions included can be used to estimate bias, uncertainty (standard errors and confidence intervals), prediction error, information criteria, and calculate p-values for null hypothesis significance tests. Variations of the resampling methods are included that improve the accuracy of the statistics for small samples and samples with complex dependence structures.</param.description> | ||
<param.screenshot>Y:\Documents\GitHub\statistics-resampling\doc\icon.png</param.screenshot> | ||
<param.version>5.5.18</param.version> | ||
<param.version>5.6.0</param.version> | ||
<param.output>${PROJECT_ROOT}\statistics-resampling.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
|