Package-level declarations
Types
If the number of trials parameter (numTrials) is a double value, it will be truncated to the nearest integer value when creating the corresponding random variable or distribution.
Since the number of successes parameter (numSuccesses) is a double value, it will be rounded up to the nearest integer which can be equal to or below the actual value when creating the corresponding random variable or distribution.
This class facilitates the transfer of parameter information for random variables.
The purpose of this class is to work with a model instance to facilitate the changes of parameters associated with random variables. The parameters of random variables can be changes and then applied to the model. A change in the underlying data is not applied to the associated model until explicitly applied to the model.