DPopulation

constructor(elements: DoubleArray, streamNum: Int, name: String? = null)


constructor(elements: DoubleArray, stream: RNStreamIfc = KSLRandom.nextRNStream(), name: String? = null)

Parameters

elements

the elements to sample from

stream

the stream to use for sampling

name

the name of the population, optional