+ Reply to Thread
Results 1 to 4 of 4

Calculating the 3rd Decile

Hybrid View

  1. #1
    Registered User
    Join Date
    08-11-2014
    Location
    Ottawa, Ontario
    MS-Off Ver
    2013
    Posts
    1

    Calculating the 3rd Decile

    a. Arrange data in an array
    b. Determine the:
    i. Range
    ii. Mode
    iii. Median
    c. Compute the 3rd decile


    My problem is on sheet 3 of my excel file. I dont understand what my professor means by array, and 3rd decile. How do I arrange in an array and how do I find the 3rd decile?
    Attached Files Attached Files
    Last edited by Pointedcoast78; 08-11-2014 at 03:46 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Calculating the 3rd Decile

    its already in an array on sheet 3 he must mean get your raw data to look like that
    i think that the 3 decile is the same as the 30% percentile
    =PERCENTILE(B2:B21,0.3)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,741

    Re: Calculating the 3rd Decile

    For an explanation: http://www.mathsisfun.com/data/percentiles.html


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Calculating the 3rd Decile

    Entering your data into a Decile calculator at http://www.hackmath.net/en/calculator/decile

    This was the result and is "roughly" equivalent to PERCENTILE(RANGE,.3) for Decile 3 but the formula is much more complicated than that from what I have found out. This site has the formula and examples: http://easycalculation.com/statistics/learn-deciles.php

    Statistical file:
    {2, 2, 1, 5, 6, 6, 7, 10, 10, 9, 15, 14, 12, 12, 8, 6, 6, 6, 9, 10}

    1st decile: 2 (Too few data to calculate deciles)
    2nd decile: 5.5
    3rd decile: 6
    4th decile: 6
    5th decile: 7.5
    6th decile: 9
    7th decile: 10
    8th decile: 11
    9th decile: 13

    Other statistical characteristics:
    Average: 7.8
    Minimum: 1
    Maximum: 15
    Variance: 14.06
    Standard deviation σ=3.74966665185
    Corrected sample standard deviation s=3.84707681233
    Coefficient of variation calculator cV=0.49321497594
    Signal-to-noise ratio calculator SNR=2.02751345515
    Median: 7.5
    Quartile Q1: 6
    Quartile Q2: 7.5
    Quartile Q3: 10
    1st decile: 2 (Too few data to calculate deciles)
    2nd decile: 5.5
    3rd decile: 6
    4th decile: 6
    5th decile: 7.5
    6th decile: 9
    7th decile: 10
    8th decile: 11
    9th decile: 13
    Interquartile range IQR: 4
    Lower fence: 0
    Upper fence: 16
    Interdecile range IDR: 11
    Mode: 6 - unimodal
    Geometric mean: 6.55317934929
    Harmonic mean: 4.84475632029
    Sum: 156
    Sum of absolute values: 156
    Average absolute deviation: 3.1
    Range: 14
    Count items: 20
    Sorted statistic file: {1, 2, 2, 5, 6, 6, 6, 6, 6, 7, 8, 9, 9, 10, 10, 10, 12, 12, 14, 15}
    Last edited by newdoverman; 08-11-2014 at 10:23 AM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Decile Reporting function or formula
    By zacksba in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-18-2006, 01:54 AM
  2. [SOLVED] How do I decile a data base, is there a formula that I can use?
    By I_raggs in forum Excel General
    Replies: 1
    Last Post: 05-18-2006, 11:25 AM
  3. [SOLVED] Calculating recurring date in following month, calculating # days in that period
    By Walterius in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 03:05 AM
  4. Replies: 6
    Last Post: 09-05-2005, 10:05 PM
  5. Replies: 0
    Last Post: 03-15-2005, 10:06 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1