+ Reply to Thread
Results 1 to 2 of 2

Thread: x/1-x expression

  1. #1
    Points: 3,059, Level: 34
    Level completed: 6%, Points required for next Level: 141

    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    x/1-x expression



    I see a number of places where ppl use this sort of computation:
    x = 0.2 // or some percent

    s = x/(1-x) * size

    In general, what is the theory behind using x/(1-x) if x is a random percentage value?


    thx
    Sam

  2. #2
    Points: 2,198, Level: 28
    Level completed: 32%, Points required for next Level: 102

    Posts
    275
    Thanks
    0
    Thanked 1 Time in 1 Post

    Most often, you see log(x/(1-x)), which is often written as logit(x). This extends the domain of x. If you just keep it as a proportion, x is bounded between 0 and 1. Using x/(1-x) extends the domain to all non-negative numbers. Then, taking logit(x) extends it to all real numbers.

    Read about logistic regression if you want more info. Using logit(x) is helpful because if x is the response variable in regression, you can make predictions for any values of the independent variables. Without using logit, the only valid predictions are those that fall between 0 and 1.

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 04-16-2011, 06:40 AM
  2. Numerical Maximization of Massive Expression
    By Valen in forum Statistical Research
    Replies: 4
    Last Post: 01-26-2011, 04:01 PM
  3. Expression error
    By bugman in forum R
    Replies: 1
    Last Post: 02-11-2009, 03:42 AM
  4. How to develop a regression expression using factor scores?
    By aceprod51 in forum Regression Analysis
    Replies: 1
    Last Post: 01-23-2007, 09:05 PM
  5. What re-expression to use?
    By AlexKom in forum Statistics
    Replies: 1
    Last Post: 11-27-2005, 06:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats