Click or drag to resize

UnequalProbabilityRandomSampling Properties

The UnequalProbabilityRandomSampling type exposes the following members.

Properties
  NameDescription
Public propertyInclusionProbabilities
Gets the inclusion probabilities of the population units.
(Overrides RandomSamplingInclusionProbabilities.)
Public propertyPopulationSize
Gets the size of the population from which this instance draws samples.
(Overrides RandomSamplingPopulationSize.)
Public propertyRandomNumberGenerator
Gets or sets the basic random generator for this instance.
(Inherited from RandomDevice.)
Public propertySampleSize
Gets the size of the samples drawn by this instance.
(Overrides RandomSamplingSampleSize.)
Top
See Also