::Free Statistics and Forecasting Software::

v1.1.22-r6
 
  Black&White | Blue Theme | Normal Fontsize | Increase Fontsize | Decrease Fontsize | Toggle underline | Secure website (SSL)
 
 
This software module is powered by R

:: Tukey lambda PPCC Plot - Free Statistics Software (Calculator) ::

All rights reserved. The non-commercial (academic) use of this software is free of charge. The only thing that is asked in return is to cite this software when results are used in publications.

This free online software (calculator) computes the Tukey lambda PPCC Plot that is used to identify whether a distribution is short or long tailed (only applies to symmetric distributions). In addition it can indicate several common distributions. Specifically,
  • lambda = -1: distribution is approximately Cauchy
  • lambda = 0: distribution is exactly logistic
  • lambda = 0.14: distribution is approximately normal
  • lambda = 0.5: distribution is U-shaped
  • lambda = 1: distribution is exactly uniform


    If the Tukey Lambda PPCC plot gives a maximum value near 0.14, we can reasonably conclude that the normal distribution is a good model for the data. If the maximum value is less than 0.14, a long-tailed distribution such as the double exponential or logistic would be a better choice. If the maximum value is near -1, this implies the selection of very long-tailed distribution, such as the Cauchy. If the maximum value is greater than 0.14, this implies a short-tailed distribution such as the Beta or uniform.

    source: NIST/SEMATECH e-Handbook of Statistical Methods, http://www.itl.nist.gov/div898/handbook/, 2006-10-03.

    Click here to edit the underlying code of this R Module.

    Enter (or paste) your data delimited by hard returns.

    Send output to:
    Data:
     
    Sample Range:
    (leave blank to include all observations)
    From:
    To:
    Chart options
    Width:
    Height:

    Click here to edit the underlying code of this R Module.






    Cite this software as:
    Wessa P., (2008), Tukey lambda PPCC Plot (v1.0.2) in Free Statistics Software (v1.1.22-r6), Office for Research Development and Education, URL http://www.wessa.net/rwasp_tukeylambda.wasp/
    The R code is based on :
    NIST/SEMATECH e-Handbook of Statistical Methods, http://www.itl.nist.gov/div898/handbook/, 2006-10-03.

    Source code of R module
    1gp <- function(lambda, p)
    2{
    3(p^lambda-(1-p)^lambda)/lambda
    4}
    5sortx <- sort(x)
    6c <- array(NA,dim=c(201))
    7for (i in 1:201)
    8{
    9if (i != 101) c[i] <- cor(gp(ppoints(x), lambda=(i-101)/100),sortx)
    10}
    11bitmap(file="test1.png")
    12plot((-100:100)/100,c[1:201],xlab="lambda",ylab="correlation",main="PPCC Plot - Tukey lambda")
    13grid()
    14dev.off()
    15load(file="createtable")
    16a<-table.start()
    17a<-table.row.start(a)
    18a<-table.element(a,"Tukey Lambda - Key Values",2,TRUE)
    19a<-table.row.end(a)
    20a<-table.row.start(a)
    21a<-table.element(a,"Distribution (lambda)",1,TRUE)
    22a<-table.element(a,"Correlation",1,TRUE)
    23a<-table.row.end(a)
    24a<-table.row.start(a)
    25a<-table.element(a,"Approx. Cauchy (lambda=-1)",header=TRUE)
    26a<-table.element(a,c[1])
    27a<-table.row.end(a)
    28a<-table.row.start(a)
    29a<-table.element(a,"Exact Logistic (lambda=0)",header=TRUE)
    30a<-table.element(a,(c[100]+c[102])/2)
    31a<-table.row.end(a)
    32a<-table.row.start(a)
    33a<-table.element(a,"Approx. Normal (lambda=0.14)",header=TRUE)
    34a<-table.element(a,c[115])
    35a<-table.row.end(a)
    36a<-table.row.start(a)
    37a<-table.element(a,"U-shaped (lambda=0.5)",header=TRUE)
    38a<-table.element(a,c[151])
    39a<-table.row.end(a)
    40a<-table.row.start(a)
    41a<-table.element(a,"Exactly Uniform (lambda=1)",header=TRUE)
    42a<-table.element(a,c[201])
    43a<-table.row.end(a)
    44a<-table.end(a)
    45table.save(a,file="mytable.tab")
    Delete history
    Server DateModuleCommand
    Sat, 17 May 2008 23:53:52 -0600Start of session-

    Please, send us your feedback!
    Overall rating
    What do you think about the response time?
    Rate the facility with which you interact with our software.
    Is the output presented in an understandable (clear) form?
    How did you find this website/module?
    Do you have any comments about our site?
    Do you have any suggestions for our site?
    Please enter the code that is displayed in this picture: captcha

    To cite Wessa.net in publications use:
    Wessa, P. (2008), Free Statistics Software, Office for Research Development and Education,
    version 1.1.22-r6, URL http://www.wessa.net/

    © Resa R&D, and the 'Office for Research, Development, and Education' - All rights reserved. Academic license for non-commercial use only.
    This website is an intellectual and physical property of Resa R&D. This includes: html content, graphical illustrations (gif files), computer software, online or electronic documentation, associated media, and printed materials. The free use of the scientific content, services, and applications in this website is granted for non commercial use only. In any case, the source (url) should always be clearly displayed. Under no circumstances are you allowed to reproduce, copy or redistribute the design, layout, or any content of this website (for commercial use) including any materials contained herein without the express written permission of Resa R&D or the Office for Research, Development, and Education.

    Information provided on this web site is provided "AS IS" without warranty of any kind, either express or implied, including, without limitation, warranties of merchantability, fitness for a particular purpose, and noninfringement. We use reasonable efforts to include accurate and timely information and periodically update the information, and software without notice. However, Resa R&D makes no warranties or representations as to the accuracy or completeness of such information (or software), and it assumes no liability or responsibility for errors or omissions in the content of this web site, or any software bugs in online applications. Your use of this web site is AT YOUR OWN RISK. Under no circumstances and under no legal theory shall Resa R&D be liable to you or any other person for any direct, indirect, special, incidental, exemplary, or consequential damages arising from your access to, or use of, this web site.

    Software Version : 1.1.22-r6
    Algorithms & Software : Prof. dr. P. Wessa
    Facilities : Resa R&D - Office for Research, Development, and Education
    Server : www.wessa.net

    Comments, Feedback & Errors | Privacy Policy | Statistics Resources | Wessa.net Home

     © Wessa.Net 2002-2008  
     
     

    Home Page
    Equation Plotter
    Time Series Analysis (new)
    Time Series Analysis (old)
    Multiple Regression (new)
    Multiple Regression (old)
    Descriptive Statistics
    Statistical Distributions
    Hypothesis Testing

    Academic citations
    Computations Archive
    Search Computations
    FAQ
    About Wessa.net
    Powered by Linux

    Server status page
    History list
    Edit R Code
    Google
    Web wessa.net