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.
Represents the parameters required for creating a discrete empirical random variable (DEmpiricalRV).
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.
Defines the parameters for a piecewise constant empirical random variable (PWCEmpiricalRV) used in creating instances of random variables that follow a piecewise constant empirical distribution.
A data transfer class holding the information about a random variable's parameters. Used primarily to store the data within the KSL database.
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 changed 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.