STDEVP function - The function of calculating standard deviations in Excel
The following article details how to use the STDEVP function in Excel, which helps you calculate standard deviations based on patterns.
Description: Unlike the STDEV function, the STDEVP function helps you calculate the standard deviation or measure the dispersion of values against the average value.
Syntax: STDEVP (number1, [number2] .) .
Inside:
- number1: The first argument value corresponding to the whole, is a required parameter.
- number2: The argument value from 2 to 255 corresponding to the whole, is an optional parameter. Values can be individual values (separated by commas) or values are single or reference arrays.
Attention:
- The formula for calculating the function STDEVP :
Where: X is the average value of the AVERAGE function (number1, number2, .) and n is the sample size.
- If the data represent a sample of the population, then calculate the standard deviation using the STDEV function .
- STDEV and STDEVP return nearly equal values in case of large size samples.
- The standard deviation is calculated based on the "n" method .
- Value parameters can be numbers or names, arrays, or references that contain numeric values.
- The function counts arguments in the case of logical values and presents the number of textual forms directly typed into the list.
- If the parameter is an array or reference -> only numeric values in the array are counted, in addition, blank values, logical values, text . are ignored.
- The function will give an error in case the parameters are text or logical values cannot be converted to numeric types.
- In case you want logical values, text . are allowed to calculate -> use STDEVPA function .
For example:
Calculate the standard deviation for durability of 3 products based on the following data table:
In the cell to be calculated enter the following formula: = STDEVP (C8: E8) .
Press Enter the standard deviation value between 3 products is:
Make a copy of the formula for the remaining data cells -> The result is:
With the above 3 products, if the durability of the 3 products is nearly the same -> the standard deviation value is usually less than 1. In case of 3 products with the same durability -> the value of STDEVP function = 0. Where the endurance of 3 products is nearly the same, the STDEV function has a value of 1, and the more accurate STDEVP function usually gets closer to 1.
The above is the usage and necessary notes when using the STDEVP function. Hope to help you solve the problem effectively and quickly. Good luck!
You should read it
- STDEVA function - The function of estimating standard deviations based on a sample including both text and logical values in Excel
- How to use the SUM function to calculate totals in Excel
- How to use the SUBTOTAL function in Excel
- STDEVPA function - The function of estimating standard deviations based on an entire population including both text and logical values in Excel
- Basic Excel functions that anyone must know
- How to use Hlookup function on Excel
- DCOUNTA function, how to use the function to count non-empty cells in Excel
- Save time with these text formatting functions in Microsoft Excel
May be interested
- TDIST function - The function returns the probability of the Student distribution in Excelin probability statistics, calculating probability is a regular job and puts a lot of pressure on you. the following article introduces the tdist function in detail to help you calculate the probability value of the student distribution.
- Draw a bar graph with positive and negative values in Excelthe following article details how to create a positive and negative column chart in excel.
- How to create List, Drop Down List in Excelthe following article shows how to create list, drop down list in excel
- SUBTOTAL function - The calculation function for a group in a list in Excelsubtotal function: a function that calculates a subgroup in a book set or a data table depending on the calculation involving the first parameter.
- 2 software to find and remove passwords on Word and Excelthis article introduces you to 2 software to find and remove passwords on word and excel.
- Instructions for rounding decimal numbers after commas in Excelthe round function in excel helps you round down decimal numbers into natural numbers without commas. so, how do you want to round decimal places after commas?