LinearDiscrete
final class LinearDiscrete(a:Expression<Integer>, μ:Discrete, c:Expression<Integer>) < Discrete
Delta function on a linear transformation of a discrete random variate.
Factory Functions
Name | Description |
---|---|
LinearDiscrete |
Member Variables
Name | Description |
---|---|
a:Expression<Integer> | Scale. Should be 1 or -1 to ensure integer-invertible. |
μ:Discrete | Location. |
c:Expression<Integer> | Offset. |
Factory Function Details
function LinearDiscrete(a:Expression<Integer>, μ:Discrete, c:Expression<Integer>) -> LinearDiscrete