Statistics package: Difference between revisions

Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 108: Line 108:
! Description
! Description
|-
|-
| geomean
| [https://gnu-octave.github.io/statistics/geomean.html geomean]
| Compute the geometric mean.
| Compute the geometric mean.
|-
|-
| grpstats
| [https://gnu-octave.github.io/statistics/grpstats.html grpstats]
| Compute summary statistics by group. Fully MATLAB compatible.
| Compute summary statistics by group. Fully MATLAB compatible.
|-
|-
| harmmean
| [https://gnu-octave.github.io/statistics/harmmean.html harmmean]
| Compute the harmonic mean.
| Compute the harmonic mean.
|-
|-
| jackknife
| [https://gnu-octave.github.io/statistics/jackknife.html jackknife]
| Compute jackknife estimates of a parameter taking one or more given samples as parameters.
| Compute jackknife estimates of a parameter taking one or more given samples as parameters.
|-
|-
| mean
| [https://gnu-octave.github.io/statistics/mean.html mean]
| Compute the mean. Fully MATLAB compatible.
| Compute the mean. Fully MATLAB compatible.
|-
|-
| median
| [https://gnu-octave.github.io/statistics/median.html median]
| Compute the median. Fully MATLAB compatible.
| Compute the median. Fully MATLAB compatible.
|-
|-
| nanmax
| [https://gnu-octave.github.io/statistics/nanmax.html nanmax]
| Find the maximal element while ignoring NaN values.
| Find the maximal element while ignoring NaN values.
|-
|-
| nanmin
| [https://gnu-octave.github.io/statistics/nanmin.html nanmin]
| Find the minimal element while ignoring NaN values.
| Find the minimal element while ignoring NaN values.
|-
|-
| nansum
| [https://gnu-octave.github.io/statistics/nansum.html nansum]
| Compute the sum while ignoring NaN values.
| Compute the sum while ignoring NaN values.
|-
|-
| std
| [https://gnu-octave.github.io/statistics/std.html std]
| Compute the standard deviation. Fully MATLAB compatible.
| Compute the standard deviation. Fully MATLAB compatible.
|-
|-
| trimmean
| [https://gnu-octave.github.io/statistics/trimmean.html trimmean]
| Compute the trimmed mean.
| Compute the trimmed mean.
|-
|-
| std
| [https://gnu-octave.github.io/statistics/var.html std]
| Compute the variance. Fully MATLAB compatible.
| Compute the variance. Fully MATLAB compatible.
|}
|}
92

edits

Navigation menu