Package com.imsl.test.example.stat
Class SortEx2
java.lang.Object
com.imsl.test.example.stat.SortEx2
Sorts a matrix using columns as keys.
The rows of a \(10 \times 3\) matrix are sorted in ascending order using Columns \(0\) and \(1\) as the keys. There are two missing values (NaNs) in the keys. The observations containing these values are moved to the end of the sorted array.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SortEx2
public SortEx2()
-
-
Method Details
-
main
-