rv Parameters
Gets a parameters instance for the named random variable. This will be the current parameter settings being used in the model. This instance can be changed and then applied to the model.
Return
the parameters associated with the named random variable
Parameters
the name of the random variable from the model, must not be null and must be in the model
The key to this map is the unique name of the random variable within the model. The associated value is an instance of RVParameters which can be used to get the associated parameters and to change the parameter values. The map cannot be modified, but the values can be retrieved and changed as needed. Changing the values have no effect within the model until they are applied.
Return
parameters for every parameterized random variable within the model