fill From Double Array Map
Populates the parameters of the current object using values from the supplied map. The map associates parameter names with DoubleArray
values. If the parameter name in the map is not associated with a name of the random variable's parameters, then no change occurs.
Parameters
map
A map where keys are parameter names and values are arrays of type DoubleArray
. Each array must satisfy specific size constraints depending on the parameter type: - For doubleParameterNames
and integerParameterNames
, the array size must be 1. - For doubleArrayParameterNames
, the array size may be different from the original settings to allow the entire array to be changed, including its size. An exception is thrown if any size constraint is violated.