Package com.imsl.test.example.stat
Class RandomSamplesEx5
java.lang.Object
com.imsl.test.example.stat.RandomSamplesEx5
Selects a pseudorandom sample from Fisher's iris data.
In this example, the getSamples() method is used to generate
five pseudorandom samples from the set of 150 observations of Fisher's iris
data. The sampled indices are returned via getIndices().
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomSamplesEx5
public RandomSamplesEx5()
-
-
Method Details
-
main
-