Class RandomSamplesEx4

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

public class RandomSamplesEx4 extends Object

Selects a pseudorandom sample from a million records.

In this example, the getPermutations() and getSampleIndices() methods are used to sample ten values from a hypothetical vector of 1,000,000 values.

See Also:
  • Constructor Details

    • RandomSamplesEx4

      public RandomSamplesEx4()
  • Method Details

    • main

      public static void main(String[] args)