forked from acp29/iboot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
102 lines (94 loc) · 4.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="date" content="2024-09-02"/>
<meta name="generator" content="generate_html 0.3.3" />
<meta name="author" content="Andrew Penn" />
<meta name="description" content="A package for statistical analysis using resampling methods." />
<meta name="keywords" lang="en" content="GNU Octave Packages, MATLAB Toolbox" />
<title>The statistics-resampling package manual</title>
<link rel="stylesheet" type="text/css" href="./site-files/manual.css" />
<script src="./site-files/fixed.js" type="text/javascript"></script>
<script src="./site-files/javascript.js" type="text/javascript"></script>
<link rel="shortcut icon" href="./site-files/favicon.ico" />
</head>
<body onload="javascript:fix_top_menu (); javascript:show_left_menu ();">
<script type="text/javascript"> write_top_menu ('.'); </script>
<script type="text/javascript"> write_docs_left_menu ('.'); </script>
<div id="doccontent">
<h2 class="tbdesc">About this package</h2>
<table>
<tr><td rowspan="2" class="box_table">
<div class="package_box">
<div class="package_box_header"></div>
<div class="package_box_contents">
<table>
<tr><td class="package_table">Package Version:</td><td>5.6.0</td></tr>
<tr><td class="package_table">Last Release Date:</td><td>2024-06-17</td></tr>
<tr><td class="package_table">Package Author:</td><td>Andrew Penn <[email protected]></td></tr>
<tr><td class="package_table">Package Maintainer:</td><td>Andrew Penn <[email protected]></td></tr>
<tr><td class="package_table">License:</td><td><a href="copying.html">GPLv3+</a></td></tr>
</table>
</div>
</div>
</td>
<td>
<div class="download_package">
<table><tr><td>
<a href="https://gnu-octave.github.io/packages/statistics-resampling/" class="download_link">
<img title="" onmouseover="this.title=''" src="./site-files/download.png" alt="Package download icon"/>
</a>
</td><td>
<a href="https://gnu-octave.github.io/packages/statistics-resampling/" class="download_link">
Download Package
</a></td></tr>
<tr><td>
<a href="https://github.com/gnu-octave/statistics-resampling/" class="repository_link">
<img title="By dracos, George Shuklin (talk), (http://dracos.deviantart.com/#/d2y5ele) [CC BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons" onmouseover="this.title=''" src="./site-files/repository.png" alt="Repository icon"/></a></td>
<td><a href="https://github.com/gnu-octave/statistics-resampling/" class="repository_link">Repository</a>
</td></tr>
<tr><td /><td><a href="https://github.com/gnu-octave/statistics-resampling/releases"
class="older_versions_download">Older versions</a></td></tr>
</table>
</div>
</td></tr>
<tr><td>
<div class="package_function_reference">
<table><tr><td>
<a href="function_reference.html" class="function_reference_link">
<img title="" onmouseover="this.title=''" src="./site-files/doc.png" alt="Function reference icon"/>
</a>
</td><td>
<a href="function_reference.html" class="function_reference_link">
Function Reference
</a>
</td></tr>
<tr>
<td>
<a href="https://github.com/gnu-octave/statistics-resampling" class="homepage_link">
<img src="./site-files/homepage.png" alt="Package homepage icon"/>
</a>
</td>
<td>
<a href="https://github.com/gnu-octave/statistics-resampling" class="homepage_link">
Homepage
</a>
</td>
</tr>
</table>
</div>
</td></tr>
</table>
<h3>Description</h3>
<div id="description_box">
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. </div>
<h3>Details</h3>
<table id="extra_package_table">
<tr><td>Dependencies: </td><td>
<a href="http://www.octave.org">Octave</a> >= 4.4.0 or Matlab >= R2007a 7.4.0</td></tr>
</table>
</div>
</body>
</html>