Distribution over discrete values
Distribution over discrete values of a discrete or categorial parameter.
parameter (str)
Name of parameter.
Default: This value has no default and must be provided
probabilities (cell{float})
List of non-negative, finite numbers which have a non-zero sum. The numbers will be normalized to sum to 1.
Default: This value has no default and must be provided
values (cell{float})
List of parameter values for each probability. This parameter must only be specified if continuous parameters ought to be samples with discrete values. Otherwise the values are set automatically and any user input is ignored.
Default: If not specified, the values correspond to the discrete or categorial values of a parameter.