reparameterized
Reparameterized refers to expressing a parameter, model, or random variable in terms of an alternative set of parameters or an auxiliary source of randomness. The goal is often to simplify estimation, improve numerical stability, or enable differentiation and efficient sampling. Reparameterization can involve separating deterministic and stochastic components or transforming a parameter from a constrained space to an unconstrained one.
In machine learning, the term is closely associated with the reparameterization trick, notably used in variational
Beyond learning tricks, reparameterization appears in statistical modeling to improve identifiability, exploration of the parameter space,
Commonly cited examples include the Gaussian family, where sampling can be written as X = mu + sigma
Overall, reparameterization is a flexible concept used to recast models for better computation, inference, and interpretability