Location and Scale Parameters
Location and Scale Parameters
Location and Scale Parameters
For example, the following graph is the probability density function for the
standard normal distribution, which has the location parameter equal to zero
and scale parameter equal to one.
Location The next plot shows the probability density function for a normal distribution
Parameter with a location parameter of 10 and a scale parameter of 1.
The effect of the location parameter is to translate the graph, relative to the
standard normal distribution, 10 units to the right on the horizontal axis. A
location parameter of -10 would have shifted the graph 10 units to the left on
the horizontal axis.
That is, a location parameter simply shifts the graph left or right on the
horizontal axis.
Scale Parameter The next plot has a scale parameter of 3 (and a location parameter of zero).
The effect of the scale parameter is to stretch out the graph. The maximum y
value is approximately 0.13 as opposed 0.4 in the previous graphs. The y
value, i.e., the vertical axis value, approaches zero at about (+/-) 9 as opposed
to (+/-) 3 with the first graph.
In contrast, the next graph has a scale parameter of 1/3 (=0.333). The effect
of this scale parameter is to squeeze the pdf. That is, the maximum y value is
approximately 1.2 as opposed to 0.4 and the y value is near zero at (+/-) 1 as
opposed to (+/-) 3.
The effect of a scale parameter greater than one is to stretch the pdf. The
greater the magnitude, the greater the stretching. The effect of a scale
parameter less than one is to compress the pdf. The compressing approaches
a spike as the scale parameter goes to zero. A scale parameter of 1 leaves the
pdf unchanged (if the scale parameter is 1 to begin with) and non-positive
scale parameters are not allowed.
Location andThe following graph shows the effect of both a location and a scale
Scale Together parameter. The plot has been shifted right 10 units and stretched by a factor
of 3.
Standard Form The standard form of any distribution is the form that has location parameter
zero and scale parameter one.
It is common in statistical software packages to only compute the standard
form of the distribution. There are formulas for converting from the standard
form to the form with other location and scale parameters. These formulas
are independent of the particular probability distribution.
Formulas forThe following are the formulas for computing various probability functions
Location andbased on the standard form of the distribution. The parameter a refers to the
Scale Based onlocation parameter and the parameter b refers to the scale parameter. Shape
the Standardparameters are not included.
Form Cumulative Distribution Function F(x;a,b) = F((x-a)/b;0,1)