Class RandomSamplesEx2

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

public class RandomSamplesEx2 extends Object

Generates a set of pseudorandom indices.

In this example, the getSampleIndices() method is used to generate the indices of a pseudorandom sample of size 5 from a population of size 100.

See Also:
  • Constructor Details

    • RandomSamplesEx2

      public RandomSamplesEx2()
  • Method Details

    • main

      public static void main(String[] args)