+ Reply to Thread
Results 1 to 4 of 4

Thread: Aproximate inference about a population/distribution

  1. #1
    Points: 4, Level: 1
    Level completed: 7%, Points required for next Level: 46

    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Aproximate inference about a population/distribution



    Hello,

    I am sorry for how confusing this will be. I was reading a while back about making a determination about the probability of a variable in a population without having precise information about that population. Basically, if there were a specific number of data point the probability of a certain data point falling in a certain percentage could be estimated without knowledge of the distribution. Any idea what area or topic I am talking about? Thanks.

  2. #2
    TS Contributor
    Points: 15,316, Level: 79
    Level completed: 94%, Points required for next Level: 34

    Posts
    2,377
    Thanks
    8
    Thanked 397 Times in 374 Posts

    Re: Aproximate inference about a population/distribution

    Empirical cumulative distribution function? Some non-parametric estimation? Not sure.

  3. #3
    RotParaTon
    Points: 47,169, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardCommunity AwardMaster TaggerFrequent Poster
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,199
    Thanks
    212
    Thanked 1,642 Times in 1,403 Posts

    Re: Aproximate inference about a population/distribution

    Basically, if there were a specific number of data point the probability of a certain data point falling in a certain percentage could be estimated without knowledge of the distribution
    You can always estimate the probability that a random variable will fall in an interval by taking the sample mean of the indicator of that interval.

    Say we wanted to estimate P(0 < X < 1) we could just use \hat{p} = \frac{1}{n}\sum_{i=1}^nI(0 < X_i < 1) where I(0 < X_i < 1) is just the indicator function.

    The Strong law of large numbers gives us that for any interval of interest this converges to the true probability almost surely.

    If we want a stronger result we can basically get a uniform convergence over the real line of the empirical CDF to the true CDF using the Glivenko-Cantelli theorem.
    "His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich

  4. #4
    Super Moderator
    Points: 8,665, Level: 62
    Level completed: 72%, Points required for next Level: 85
    Dragan's Avatar
    Location
    Illinois, US
    Posts
    1,734
    Thanks
    0
    Thanked 129 Times in 115 Posts

    Re: Aproximate inference about a population/distribution


    You might want to consider using Chebyshev's inequality and a collection of numbers (x1, x2, x3,...xN; their empirical distribution, mean (xbar), and variance (v)). A statement could be made like; "The proportion of numbers x1, x2,..., xN that lie within k*Sqrt[v] of the mean xbar is at least 1 - 1/k^2, where k>=1.

+ Reply to Thread

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