Class SortEx2

java.lang.Object
com.imsl.test.example.stat.SortEx2

public class SortEx2 extends Object

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.

See Also:
  • Constructor Details

    • SortEx2

      public SortEx2()
  • Method Details

    • main

      public static void main(String[] args)