parameterization
Parameterization is the representation of a geometric object or a model using one or more parameters. In geometry, a curve is described by a parameterization, a map gamma from an interval of real numbers into the ambient space, where t is the parameter and gamma(t) gives the point on the curve. A regular (or smooth) parameterization has a nonzero derivative, ensuring that the curve is traced without cusps as t varies. Surfaces are parameterized by two parameters, typically denoted (u, v), via a map from a subset of R^2 to R^3. This provides coordinate charts in differential geometry and a practical way to compute geometric quantities through partial derivatives and the Jacobian matrix.
Common examples include the circle x = cos t, y = sin t, the sphere x = sin phi
In statistics and modeling, parameterization expresses a family of distributions or models in terms of parameters
In computer graphics and geometric modeling, parameterizations are used to map surfaces to a parameter domain