Posts tagged transforming variables
Transforming random variables by shifting and scaling the data set

Shifting the data set by a constant k means adding k to every value in the data set, or subtracting k from every value in the data set. On the other hand, scaling the data set by a constant k means multiplying or dividing every value in the data set by k.

Read More
Jacobian in three variables to change variables

Given a region defined in uvw-space, we can use a Jacobian transformation to redefine it in xyz-space, or vice versa. We’ll use a 3x3 determinant formula to calculate the Jacobian.

Read More