Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Location–scale family

From Wikipedia, the free encyclopedia
Family of probability distributions

Inprobability theory, especially in mathematicalstatistics, alocation–scale family is afamily ofprobability distributions parametrized by alocation parameter and a non-negativescale parameter. For anyrandom variableX{\displaystyle X} whose probability distribution function belongs to such a family, the distribution function ofY=da+bX{\displaystyle Y\,{\stackrel {d}{=}}\,a+bX} also belongs to the family (where=d{\displaystyle {\stackrel {d}{=}}} means "equal in distribution"—that is, "has the same distribution as").

In other words, a classΩ{\displaystyle \Omega } of probability distributions is a location–scale family if for allcumulative distribution functionsFΩ{\displaystyle F\in \Omega } and any real numbersaR{\displaystyle a\in \mathbb {R} } andb>0{\displaystyle b>0}, the distribution functionG(x)=F(a+bx){\displaystyle G(x)=F(a+bx)} is also a member ofΩ{\displaystyle \Omega }.

Moreover, ifX{\displaystyle X} andY{\displaystyle Y} are two random variables whose distribution functions are members of the family, and assuming existence of the first two moments andX{\displaystyle X} has zero mean and unit variance,thenY{\displaystyle Y} can be written asY=dμY+σYX{\displaystyle Y\,{\stackrel {d}{=}}\,\mu _{Y}+\sigma _{Y}X} , whereμY{\displaystyle \mu _{Y}} andσY{\displaystyle \sigma _{Y}} are the mean and standard deviation ofY{\displaystyle Y}.

Indecision theory, if all alternative distributions available to a decision-maker are in the same location–scale family, and the first two moments are finite, then atwo-moment decision model can apply, and decision-making can be framed in terms of themeans and thevariances of the distributions.[1][2][3]

Examples

[edit]

Often, location–scale families are restricted to those where all members have the same functional form. Most location–scale families areunivariate, though not all. Well-known families in which the functional form of the distribution is consistent throughout the family include the following:

Converting a single distribution to a location–scale family

[edit]

The following shows how to implement a location–scale family in a statistical package or programming environment where only functions for the "standard" version of a distribution are available. It is designed forR but should generalize to any language and library.

The example here is of theStudent'st-distribution, which is normally provided in R only in its standard form, with a singledegrees of freedom parameterdf. The versions below with_ls appended show how to generalize this to ageneralized Student's t-distribution with an arbitrary location parameterm and scale parameters.

Probability density function (PDF):dt_ls(x, df, m, s) =1/s * dt((x - m) / s, df)
Cumulative distribution function (CDF):pt_ls(x, df, m, s) =pt((x - m) / s, df)
Quantile function (inverse CDF):qt_ls(prob, df, m, s) =qt(prob, df) * s + m
Generate arandom variate:rt_ls(df, m, s) =rt(df) * s + m

Note that these generalized functions do not have standard deviations since standardt distributions do not have a standard deviation of 1.

References

[edit]
  1. ^Meyer, Jack (1987). "Two-Moment Decision Models and Expected Utility Maximization".American Economic Review.77 (3):421–430.JSTOR 1804104.
  2. ^Mayshar, J. (1978). "A Note on Feldstein's Criticism of Mean-Variance Analysis".Review of Economic Studies.45 (1):197–199.JSTOR 2297094.
  3. ^Sinn, H.-W. (1983).Economic Decisions under Uncertainty (Second English ed.). North-Holland.

External links

[edit]
Continuous data
Center
Dispersion
Shape
Count data
Summary tables
Dependence
Graphics
Study design
Survey methodology
Controlled experiments
Adaptive designs
Observational studies
Statistical theory
Frequentist inference
Point estimation
Interval estimation
Testing hypotheses
Parametric tests
Specific tests
Goodness of fit
Rank statistics
Bayesian inference
Correlation
Regression analysis (see alsoTemplate:Least squares and regression analysis
Linear regression
Non-standard predictors
Generalized linear model
Partition of variance
Categorical
Multivariate
Time-series
General
Specific tests
Time domain
Frequency domain
Survival
Survival function
Hazard function
Test
Biostatistics
Engineering statistics
Social statistics
Spatial statistics
Discrete
univariate
with finite
support
with infinite
support
Continuous
univariate
supported on a
bounded interval
supported on a
semi-infinite
interval
supported
on the whole
real line
with support
whose type varies
Mixed
univariate
continuous-
discrete
Multivariate
(joint)
Directional
Degenerate
andsingular
Degenerate
Dirac delta function
Singular
Cantor
Families
Retrieved from "https://en.wikipedia.org/w/index.php?title=Location–scale_family&oldid=1319686943"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp