Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Examples  





2 Converting a single distribution to a locationscale family  





3 References  





4 External links  














Locationscale family






Deutsch
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Inprobability theory, especially in mathematical statistics, a location–scale family is a family of probability distributions parametrized by a location parameter and a non-negative scale parameter. For any random variable whose probability distribution function belongs to such a family, the distribution function of also belongs to the family (where means "equal in distribution"—that is, "has the same distribution as").

In other words, a class of probability distributions is a location–scale family if for all cumulative distribution functions and any real numbers and , the distribution function is also a member of .

Moreover, if and are two random variables whose distribution functions are members of the family, and assuming existence of the first two moments and has zero mean and unit variance, then can be written as , where and are the mean and standard deviation of .

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 a two-moment decision model can apply, and decision-making can be framed in terms of the means and the variances 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 are univariate, 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 for R but should generalize to any language and library.

The example here is of the Student's t-distribution, which is normally provided in R only in its standard form, with a single degrees of freedom parameter df. The versions below with _ls appended show how to generalize this to a generalized Student's t-distribution with an arbitrary location parameter m and scale parameter s.

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 a random variate: rt_ls(df, m, s) = rt(df) * s + m

Note that the generalized functions do not have standard deviation s since the standard t distribution does not have 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.
  • ^ Mayshar, J. (1978). "A Note on Feldstein's Criticism of Mean-Variance Analysis". Review of Economic Studies. 45 (1): 197–199. JSTOR 2297094.
  • ^ Sinn, H.-W. (1983). Economic Decisions under Uncertainty (Second English ed.). North-Holland.
  • External links[edit]


    Retrieved from "https://en.wikipedia.org/w/index.php?title=Location–scale_family&oldid=1215381101"

    Categories: 
    Parametric statistics
    Types of probability distributions
    Location-scale family probability distributions
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
     



    This page was last edited on 24 March 2024, at 20:25 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki