Implement basic location-scale rewrites #246
Labels
enhancement
New feature or request
graph rewriting
Involves the implementation of rewrites to Aesara graphs
help wanted
Extra attention is needed
rv-transforms
Involves transforms applied to random variables
We can simplify our IR by using rewrites to derive the exact distributions of location-scale/affine transformations of basic random variables.
For example, the following produces an unnecessarily complicated
MeasurableElemwiseTransform
instead of a simpleNormalRV
with transformed parameters:The text was updated successfully, but these errors were encountered: