| Group: | Statistical Data Analysis |
| Topic: | Basic Statistics |
| See also: | max maxind median min quantile |
| Function: | minind | |
| Description: | minind gives a row vector with the index of the minimum element in each column of a matrix. As usally this functionality extends to higher dimensional arrays. |
| Usage: | z = minind (x) | |
| Input: | ||
| x | n x p matrix | |
| Output: | ||
| z | p dimensional vector | |
minind(#(1,3)~#(4,-1))
Contents of minind [1,] 1 2
| Group: | Statistical Data Analysis |
| Topic: | Basic Statistics |
| See also: | max maxind median min quantile |