Results 1 to 2 of 2

Thread: Calculating Dataset Mean, Mode, Median, and Range

  1. #1

    Thread Starter
    Member raineym's Avatar
    Join Date
    Dec 2006
    Location
    Roanoke Rapids, NC
    Posts
    54

    Calculating Dataset Mean, Mode, Median, and Range

    I have not had Statistics since the first time I went to college - 13 years ago, so...

    I'm trying to create a Visual Basic program (VB2005) for an Intro to VB 2005 class Thesis project that calculates the following items out of a set of numbers:

    • Mean
      • Arithmetic Mean
      • Weighted Arithmetic Mean
      • Geometric Mean
      • Harmonic Mean
      • Power Mean
      • Interquartile Mean
      • Quadratic Mean
      • Generalized (Power, Holder) Mean
    • Mode
    • Median
      • Standard Median
      • Weighted Median
    • Range
      • Standard Range
      • Interquartile Range


    Here is a list of test figures (the total number of figures will vary from job to job): { 1, 1, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5 }

    I have the calculations for all the Modes, Medians, and Ranges, and most of the Means, but I either do not have the calculations or understand the calculations for the following Means calculations:

    • Weighted Mean
    • Generalized (Power, Holder) Mean


    If anyone is a Statistics master, please help!!!
    Michael Rainey
    --------------------
    OS: Windows 11 Professional
    VS: 2022
    Level: Intermediate

    Controls: ImageComboBox

  2. #2
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Calculating Dataset Mean, Mode, Median, and Range

    MathWorld can help you out!!
    Show Appreciation. Rate Posts.

Posting Permissions

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



Click Here to Expand Forum to Full Width