+ Reply to Thread
Results 1 to 5 of 5

Thread: how to calculate a z score

  1. #1
    Points: 3,010, Level: 33
    Level completed: 74%, Points required for next Level: 40

    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    how to calculate a z score



    hi,

    well i have a question regarding a z-score calculation.

    i have an array of values like this:

    (23,45,32,12,65,34,67,22)

    and a population of such arrays

    (21,35,2,12,5,34,57,12)
    (28,46,92,15,54,44,87,32)
    (43,41,12,82,52,54,67,52)
    (63,5,52,19,61,74,97,2)

    to calculate a z score i would need to somehow derive a single number from my sample and a mean from my population. but the problem is i'm quite insecure in calculating an average from a single array like:

    (23,45,32,12,65,34,67,22) -> avrg == mean =37.5

    to get this single number and then doing the same thing for every single outcome in my population. is there an alternative??

    how to calculate a z score for such a case ?

    thank you!


    ps

    this is basically a type of vector manipulation that i'm not very familiar with ..

    so what i want to do is to calculate a z-score for my experiment that has a set of outcomes compared to a population of experiments where every exper. in my population is consisted of also a set of outcomes
    Last edited by cro77; 06-16-2010 at 04:26 AM.

  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
    First, the numbers in your arrays are all integers, so they clearly aren't normally distributed.

    Ignoring that problem, what exactly are you trying to test? Do the eight entries in your array follow the same distribution, or do they each have individual distributions? Assuming the latter, read up about the Multivariate normal distribution and Hotelling's T-square distribution.

    And when you talk about "doing the same thing for every single outcome in my population," are you implying that the population is finite?

  3. #3
    Points: 3,010, Level: 33
    Level completed: 74%, Points required for next Level: 40

    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    ok,

    an array represents a field trip in which i did some sampling. every sample produced some quantity that is an integer value. samples are totally independent from each other, meaning first number represents the number of smokers in my sample, the second represents the number of birds i saw in that trip and so on.... but in every field trip i monitored the same things so my question now is (IF THIS IS LEGAL TO ASK!), once i change the location of my field trip how significant the difference (expressed through z score) of my last trip is with respect with the previous ones i took!

    thnx for replying!

  4. #4
    RotParaTon
    Points: 47,119, 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,185
    Thanks
    212
    Thanked 1,639 Times in 1,401 Posts
    Yeah, you'll probably want to look into what squareandrare was talking about. Since each element in the vector represents something different you do NOT want to just take an average. That average doesn't make any sense.

    If it's 78 degrees in Ames today and my friend Steve at 13 hot dogs today does (78+13)/2 represent anything meaningful? No.

    But looking into the multivariate options that squareandrare suggested will allow you look at your next trip in comparison to the previous ones overall while allowing it to make sense.

  5. #5
    Ninja say what!?!
    Points: 8,297, Level: 61
    Level completed: 49%, Points required for next Level: 153
    Link's Avatar
    Posts
    1,165
    Thanks
    37
    Thanked 82 Times in 75 Posts

    Quote Originally Posted by Dason View Post
    If it's 78 degrees in Ames today and my friend Steve ate 13 hot dogs today does (78+13)/2 represent anything meaningful? No.
    lmao! It represents a funny joke

+ Reply to Thread

Similar Threads

  1. Convert z-score to t-score?
    By unipsychologist in forum Statistics
    Replies: 5
    Last Post: 06-05-2011, 12:12 PM
  2. Score
    By bugman in forum Random Chat
    Replies: 8
    Last Post: 02-14-2011, 08:38 AM
  3. z score help?
    By mea in forum Statistics
    Replies: 1
    Last Post: 05-09-2008, 02:38 PM
  4. Need to calculate percentile score
    By Freud52 in forum Statistics
    Replies: 11
    Last Post: 03-04-2008, 03:39 PM
  5. How to calculate z-Score
    By rubberduck in forum Psychology Statistics
    Replies: 3
    Last Post: 02-19-2006, 10:49 AM

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