avatarAmit Chauhan

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2685

Abstract

it:800/1*iKYDMFZqDqhFa8E184ZG-g.png"><figcaption>Odd and Even records to find the median value. A photo by Author</figcaption></figure><p id="0777"><b>Advantage:</b></p><ul><li>Easy to work with outliers.</li><li>Can be calculated if any missing values in the record.</li><li>Also used for qualitative data.</li><li>Good with an outlier in data.</li></ul><p id="8c95"><b>Disadvantage:</b></p><ul><li>Just for even numbers it is not getting exactly.</li></ul><blockquote id="8537"><p><b><i>Mode</i></b></p></blockquote><p id="36ea">To find the central tendency in mode is to find the observation that occurs most of the time in the record.</p><figure id="08d4"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*BeVM6RW1pTxPdpRom07oUg.png"><figcaption>The mode in the record. A photo by Author</figcaption></figure><p id="cbe5">If we see in the image above the “5” occurs the most so, we can say that 5 is the central measure value in the data. Well, this data is small that's why we can easily observe the most occurrence value. If the data is very big then arrange it in ascending order and find the number or we can take the help of programming to find the count number of unique values in the data.</p><p id="c399"><b>Advantage:</b></p><ul><li>It is easily detected.</li><li>Can be calculated if any missing values in the record.</li><li>Also used for qualitative data.</li><li>Good with an outlier in data.</li></ul><p id="dc34"><b>Disadvantage:</b></p><ul><li>Sometimes we get more than two modes.</li></ul><blockquote id="2300"><p><b><i>Pythagorean means</i></b></p></blockquote><p id="e0f5">These means are studied by Greek mathematicians in proportions. Mainly there are three types of mean in this Pythagorean.</p><ol><li><b>Arithmetic mean</b></li></ol><p id="d80b">This mean is the same we studied above.</p><p id="0c54">2. <b>Geometric mean</b></p><p id="499a">This mean is useful when there is a small data. The calculation of this mean is to take the product of each number and take the roots of this product number. For example, for two numbers take a square root of their product, for three numbers take a cube root of their product, etc.</p><figure id="8ae2"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*VfkrucgrDczzoZU96-ujLQ.png"><figcaption>The geometric mean of the records. A photo by Author</figcaption></figure><p id="03b6">3. <b>Harmonic mean</b></p><p id="aa52">The harmonic mean is another method to measure the central tendency of the data. The calculation of harmonic mean is to find the reciprocal of the averaged reciprocal of values. Let me clear this with the example below:</p><figure id="9946"><img src="https://cd

Options

n-images-1.readmedium.com/v2/resize:fit:800/1*D3yHJAq3Cmv09chD3FR81g.png"><figcaption>Harmonic mean with and without the outlier. A photo by Author</figcaption></figure><p id="3c99">These are some central tendency values used in daily life problems. There are many more measurements of means according to powers, functions, etc. Form example, power means, f-mean, truncated mean, etc.</p><div id="70c2" class="link-block"> <a href="https://readmedium.com/inheritance-and-its-type-with-python-f35b993d712e"> <div> <div> <h2>Inheritance and Its Type with Python</h2> <div><h3>Concepts of Single, Multilevel and Multiple inheritance methods</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*wQBWW0knQMGdxxpc)"></div> </div> </div> </a> </div><blockquote id="107b"><p><b><i>Conclusion:</i></b></p></blockquote><p id="335e">The measurement of central value gives very good information from the data. We can use statistical analysis of data in pattern and visualization for business growth.</p><p id="0275">I hope you like the article. Reach me on my <a href="https://www.linkedin.com/in/data-scientist-95040a1ab/">LinkedIn</a> and <a href="https://twitter.com/amitprius">twitter</a>.</p><h1 id="bd53">Recommended Articles</h1><ol><li><a href="https://readmedium.com/nlp-zero-to-hero-with-python-2df6fcebff6e?sk=2231d868766e96b13d1e9d7db6064df1">NLP — Zero to Hero with Python</a></li></ol><p id="2566">2. <a href="https://readmedium.com/python-data-structures-data-types-and-objects-244d0a86c3cf?sk=42f4b462499f3fc3a160b21e2c94dba6">Python Data Structures Data-types and Objects</a></p><p id="8cec">3. <a href="https://readmedium.com/mysql-zero-to-hero-with-syntax-of-all-topics-92e700762c7b?source=friends_link&amp;sk=35a3f8dc1cf1ebd1c4d5008a5d12d6a3">MySQL: Zero to Hero</a></p><p id="843c">4. <a href="https://readmedium.com/basic-of-time-series-with-python-a2f7cb451a76?source=friends_link&amp;sk=09d77be2d6b8779973e41ab54ebcf6c5">Basics of Time Series with Python</a></p><p id="2a30">5. <a href="https://readmedium.com/numpy-zero-to-hero-with-python-d135f57d6082?source=friends_link&amp;sk=45c0921423cdcca2f5772f5a5c1568f1">NumPy: Zero to Hero with Python</a></p><p id="59dc">6. <a href="https://readmedium.com/fundamentals-of-series-and-data-frame-in-pandas-with-python-6e0b8a168a0d?source=friends_link&amp;sk=955350bf43c7d1680be6e37b15b6628b">Fundamentals of series and Data Frame in Pandas with python</a></p></article></body>

Statistics

Various Type of Central Tendency Measurement

The central tendency is beyond than mean, median, and mode

Photo by William Warby on Unsplash

Statistics is the art of learning insights from the collected data. Organizing a team or a business model needs some input in form of data to summarize the meaningful information. A single value tells the behavior of the large volume of data. To identify the single value we measure the central tendency to represent an entire record. Statistics is a study of data in terms of variation and reduction of voluminous data in a re-presentable form.

In this article, we will study the various type of central tendencies with their advantages and disadvantages. The various measurements are shown below:

  1. Mean
  2. Median
  3. Mode
  4. Pythagorean means
  • Arithmetic mean
  • Geometric mean
  • Harmonic mean

Everything is here just to get the information from these mean values only.

Mean

A simple mean is also called the arithmetic mean. It is just an average value of other values. It is a very simple calculation just add the all numbers and divide them by the total observation number.

Formula:

mean = sum(n(1)+n(2)…..n(i))/total numbers

Advantages:

  • It is used to find the probability of average value.

Disadvantage:

  • Affected by outliers value.
  • Not used to calculate qualitative data.
  • If some values are missing, calculating the mean is not so much useful.

Median

It is also used for calculating central values in records. The way to find the median value is to arrange the values in ascending order and find the middle value in the data.

If the records are odd then the middle is easy to find and if records are in even then take the average of the middle two numbers and find the mean of it. It will be the new median value.

Odd and Even records to find the median value. A photo by Author

Advantage:

  • Easy to work with outliers.
  • Can be calculated if any missing values in the record.
  • Also used for qualitative data.
  • Good with an outlier in data.

Disadvantage:

  • Just for even numbers it is not getting exactly.

Mode

To find the central tendency in mode is to find the observation that occurs most of the time in the record.

The mode in the record. A photo by Author

If we see in the image above the “5” occurs the most so, we can say that 5 is the central measure value in the data. Well, this data is small that's why we can easily observe the most occurrence value. If the data is very big then arrange it in ascending order and find the number or we can take the help of programming to find the count number of unique values in the data.

Advantage:

  • It is easily detected.
  • Can be calculated if any missing values in the record.
  • Also used for qualitative data.
  • Good with an outlier in data.

Disadvantage:

  • Sometimes we get more than two modes.

Pythagorean means

These means are studied by Greek mathematicians in proportions. Mainly there are three types of mean in this Pythagorean.

  1. Arithmetic mean

This mean is the same we studied above.

2. Geometric mean

This mean is useful when there is a small data. The calculation of this mean is to take the product of each number and take the roots of this product number. For example, for two numbers take a square root of their product, for three numbers take a cube root of their product, etc.

The geometric mean of the records. A photo by Author

3. Harmonic mean

The harmonic mean is another method to measure the central tendency of the data. The calculation of harmonic mean is to find the reciprocal of the averaged reciprocal of values. Let me clear this with the example below:

Harmonic mean with and without the outlier. A photo by Author

These are some central tendency values used in daily life problems. There are many more measurements of means according to powers, functions, etc. Form example, power means, f-mean, truncated mean, etc.

Conclusion:

The measurement of central value gives very good information from the data. We can use statistical analysis of data in pattern and visualization for business growth.

I hope you like the article. Reach me on my LinkedIn and twitter.

Recommended Articles

  1. NLP — Zero to Hero with Python

2. Python Data Structures Data-types and Objects

3. MySQL: Zero to Hero

4. Basics of Time Series with Python

5. NumPy: Zero to Hero with Python

6. Fundamentals of series and Data Frame in Pandas with python

Statistics
Machine Learning
Programming
Analytics
Artificial Intelligence
Recommended from ReadMedium