Returns the values of the classification variables.
A double
array containing the values of the classification variables.
GetValues
returns an array of length nValues[0] + nValues[1] + ... + nValues[nkeys - 1]
. The first nValues[0]
elements contain the values for the first classification variable. The next nValues[1]
contain the values for the second variable. The last nValues[nkeys - 1]
positions contain the values for the last classification variable, where nValues
contains the result from getNValues
.
TableMultiWay.TableBalanced Class | Imsl.Stat Namespace