openest.models.delta_model module¶
-
class
openest.models.delta_model.DeltaModel(xx_is_categorical=False, xx=None, locations=None, scale=1)[source]¶ Bases:
openest.models.univariate_model.UnivariateModel-
scale_y(a)[source]¶ Rescaling of the Parameter Dimension
Produces a new conditional PDF with the $y$ dimension scaled by a constant: $p(z | x) = p( rac{y}{a} | x)$.
-