Statistics package: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
The [https://github.com/gnu-octave/statistics/ statistics package] is part of the [https://gnu-octave.github.io/packages/ Octave Packages].
The [https://github.com/gnu-octave/statistics/ statistics package] is part of the [https://gnu-octave.github.io/packages/ Octave Packages]. Since version [https://github.com/gnu-octave/statistics/releases/tag/release-1.5.0 1.5.0], the statistics package requires Octave version 6.1 or higher.


== Descriptive Statistics ==
== Descriptive Statistics ==
Line 45: Line 45:
| Compute the variance. Fully MATLAB compatible.
| Compute the variance. Fully MATLAB compatible.
|}
|}
=== In external packages ===
bootci, bootstrp are implemented in the [https://gnu-octave.github.io/packages/statistics-bootstrap statistics-bootstrap] package.
=== Shadowing Octave core functions ===
The following functions will shadow the respective core functions until Octave 9.
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
* mean
* dedian
* std
* var
</div>


== Distributions ==
== Distributions ==
Line 343: Line 360:
=== Distribution Statistics ===
=== Distribution Statistics ===


Functions available for computing ''mean'' and ''variance'' from distribution parameters
Functions available for computing ''mean'' and ''variance'' from distribution parameters.


<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
Line 372: Line 389:
</div>
</div>


=== In external packages ===
bootci, bootstrp are implemented in the [https://gnu-octave.github.io/packages/statistics-bootstrap statistics-bootstrap] package


== Development ==
== Development ==
92

edits

Navigation menu