DEVSQ function in Excel The function returns the sum of squares of deviations between data points from their average
Sometimes you need to calculate the sum of squares of deviations between data points from its average. The DEVSQ () function helps you make this request. If you do not know the syntax and usage of DEVSQ () function, you can follow the article below.
The article describes the syntax and usage of the DEVSQ () function to calculate the sum of squares of deviations in Excel.
Description
DEVSQ () is a function that returns the sum of squares of deviations between data points from their average.
Syntax
= DEVSQ (number1, number2, .)
Inside:
number1: the first argument, required.
number2: is the next parameter, optional and up to 255 arguments that you want to calculate the square of their deviation.
number1, number2 . can be numbers directly separated by commas, an array, or an array reference.
Note
- Arguments number1, number2 . can be numbers or names, an array or a reference containing numbers.
- Ignore arguments that are arrays or references to cells that contain text, logical values, or empty cells except the value of 0 (zero).
- The logical values and text representations form that you enter directly into the argument list will be calculated.
- If the arguments are entered directly as text or the values cannot be converted into numbers, the function will report an error.
- Equation summing squared deviations:
For example
Calculate the sum of squares of deviations of numbers in the Data column .
Applying DEVSQ (): = DEVSQ (D6: D11) we get the following result:
You can also enter numbers directly into the function: = DEVSQ (9,5,7,5,6,8)
DEVSQ () function is also one of the functions with quite simple syntax and usage, you can quickly remember the syntax and know how to use DEVSQ () function to calculate the sum of squared deviations in Excel. Good luck!
You should read it
- COVARIANCE.S function - Returns the covariance pattern, the average of product deviations for each pair of data points in two data sets in Excel
- AVEDEV function - The function returns the average absolute deviation of data points from their midpoint in Excel
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
- GEOMEAN function - The function returns the average of a positive array or range of data in Excel
- How to use the DAVERAGE function in Excel
- HARMEAN function - The function returns the harmonic average of a data set in Excel
- Basic Excel functions that anyone must know
- AVERAGE function - The function returns the average of the arguments in Excel
May be interested
- AVERAGEIF function (returns the average value according to the condition) in Excelthe averageif () function returns the average value of all selected cells that meet the conditions you specify.
- AVERAGEIF function - The function returns the average of the arguments with the conditions specified in Excelaverageif: the function returns the average of the arguments given the specified condition. syntax: averageif (range, criteria, [average_range])
- AVEDEV functionavedev function: the function returns the average absolute deviation of the data points from their midpoint. the avedev function allows you to measure the variability of a dataset. syntax: avedev (number1, [number2], ...)
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- AVERAGEIFS function - The function returns the average of the arguments that meet multiple conditions in Excelaverageifs function: the function returns the average of the arguments that meet multiple conditions. syntax: averageifs (average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
- STDEVP function - The function of calculating standard deviations in Excelthe following article details how to use the stdevp function in excel, which helps you calculate standard deviations based on patterns.
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excelnorm.s.inv function: the function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1. support from excel 2010 onwards. syntax: norm.s.inv (probability)
- How to use the AVERAGE function in Excelaverage function on excel will calculate the average of the data in the spreadsheet.
- How to use AVERAGEIF function in Excelaverageif function on excel is a conditional plus average function in the data table, with the given conditions set by the user.