116
edits
Pr0m1th3as (talk | contribs) Tags: Mobile edit Mobile web edit Advanced mobile edit |
Pr0m1th3as (talk | contribs) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 91: | Line 91: | ||
| Randomly sample data. | | Randomly sample data. | ||
|- | |- | ||
| https://gnu-octave.github.io/statistics/grp2idx.html grp2idx] | | [https://gnu-octave.github.io/statistics/fillmissing.html fillmissing] | ||
| Replace missing entries of array A either with values in v or as determined by other specified methods. | |||
|- | |||
| [https://gnu-octave.github.io/statistics/grp2idx.html grp2idx] | |||
| Get index for group variables. | | Get index for group variables. | ||
|- | |||
| [https://gnu-octave.github.io/statistics/ismissing.html ismissing] | |||
| Find missing data in a numeric or string array. | |||
|- | |||
| [https://gnu-octave.github.io/statistics/normalise_distribution.html normalise_distribution] | |||
| Transform a set of data so as to be N(0,1) distributed according to an idea by van Albada and Robinson. | |||
|- | |||
| [https://gnu-octave.github.io/statistics/rmmissing.html rmmissing] | |||
| Remove missing or incomplete data from an array. | |||
|- | |||
| [https://gnu-octave.github.io/statistics/standardizeMissing.html standardizeMissing] | |||
| Replace data values specified by indicator in A by the standard ’missing’ data value for that data type. | |||
|- | |- | ||
| [https://gnu-octave.github.io/statistics/tabulate.html tabulate] | | [https://gnu-octave.github.io/statistics/tabulate.html tabulate] | ||
Line 860: | Line 875: | ||
|- | |- | ||
| [https://gnu-octave.github.io/statistics/cdf.html cdf] | | [https://gnu-octave.github.io/statistics/cdf.html cdf] | ||
| This is a wrapper | | This is a wrapper for the NAMEcdf and NAME_cdf functions available in the statistics package. | ||
|- | |||
| [https://gnu-octave.github.io/statistics/icdf.html icdf] | |||
| This is a wrapper for the NAMEinv and NAME_inv functions available in the statistics package. | |||
|- | |- | ||
| [https://gnu-octave.github.io/statistics/pdf.html pdf] | | [https://gnu-octave.github.io/statistics/pdf.html pdf] | ||
| This is a wrapper | | This is a wrapper for the NAMEpdf and NAME_pdf functions available in the statistics package. | ||
|- | |- | ||
| [https://gnu-octave.github.io/statistics/random.html random] | | [https://gnu-octave.github.io/statistics/random.html random] | ||
| Generates pseudo-random numbers from a given one-, two-, or three-parameter distribution. | | Generates pseudo-random numbers from a given one-, two-, or three-parameter distribution. | ||
|} | |} | ||
[[Category:Packages]] | [[Category:Packages]] | ||
[[Category:Missing functions]] | [[Category:Missing functions]] |
edits