Skip to main content

Questions tagged [mean-absolute-deviation]

Mean absolute deviation around the mean. Use [mad] for median absolute deviation around the median.

Filter by
Sorted by
Tagged with
11 votes
5 answers
1k views

I have seen this sentence or similar statments many times: The standard deviation is the statistical measure that describes, on average, how far each data point is from the mean. But I thought the ...
Zuriel's user avatar
  • 261
2 votes
1 answer
260 views

We say that under assumptions of the Gauss-Markov theorem, OLS is BLUE. The Gauss-Markov theorem doesn't mention the normality of errors. If the errors are distributed as per the Laplace distribution,...
ordinary least circles's user avatar
0 votes
0 answers
120 views

We can see very nicely in the normal distribution that the relationship between the mean absolute deviation and standard deviation is a constant ratio (by sqrt(2/pi)). What is it that gives a ...
Kenny's user avatar
  • 1
4 votes
2 answers
1k views

Let's consider the interquartile range (IQR), the standard deviation (SD) and the mean absolute deviation (MAD). We know that "one of the most common robust measures of scale is the interquartile ...
Ommo's user avatar
  • 454
2 votes
1 answer
428 views

I'm looking for an upper bound on $E_X\left[\left\vert X^2-(E[X])^2\right\vert\right]$, where $X$ is a nonnegative random variable, with known $E[X]$ and $E[X^2]$, but unknown higher moments. A lower ...
axk's user avatar
  • 828
1 vote
1 answer
221 views

I am calculating the absolute deviation from the mean of a strictly positive set $\{x_1, x_2, \ldots, x_n\}$ like: $$\left| x_i - \bar X\right|$$ My analysis makes it appropriate to work in logs ...
AllDoe_1's user avatar
1 vote
1 answer
251 views

With MAD, 50% of all values fall within one absolute deviation. How many within two, and three?
status's user avatar
  • 11
0 votes
0 answers
46 views

So, I have a data set containing 99 elements each with their own associated value. I have computed the standard deviation and the mean, but I am a little stumped with how exactly I should proceed with ...
Austin's user avatar
  • 1
0 votes
0 answers
441 views

I'am interested to know the opinion on this matter. I have Data of a Financial Security. The goal is to view the Standard Deviations levels of the data to possibly see patterns of behavior of the ...
Calculate's user avatar
  • 101
1 vote
0 answers
75 views

Is there closed-form solution for mean absolute deviation (MAD) for AR(1) process? $X_t = c + \beta X_{t-1} + \epsilon_t $ $\epsilon_t \sim N(0,\sigma^{\epsilon})$ (Similar to the variance and the ...
maril's user avatar
  • 11
1 vote
0 answers
532 views

I am trying to calculate Pearson's Correlation Coefficient using the product of the Mean Absolute Deviations (MADs) of my two lists as denominators instead of the Standard Deviations. Effectively, ...
Adifyr's user avatar
  • 11
7 votes
1 answer
2k views

In this StackOverflow post I asked if there was something wrong with my syntax when training an XGboost model (in R) with the native pseudo-Huber loss ...
PaulG's user avatar
  • 1,395
0 votes
0 answers
557 views

What is the partial derivative for MAE for multivariate linear regression? I understand that for mean squared error (MSE) the partial derivative with respect to some $\theta_1$ would be $-\theta_1 \...
BullardLA's user avatar
1 vote
1 answer
162 views

I am trying to predict Total National Sales in dollars for a major retailer. However, the data I'm using exists at the state level, and includes several features around specific brands and foot ...
KidMcC's user avatar
  • 213
1 vote
2 answers
135 views

In the screenshot, you will see the daily prices of Nasdaq. Each candle has a High, Low, Open and Close price. I have drawn a regression line with a 2 standard deviation channel on either side. How ...
Grantx's user avatar
  • 113
1 vote
1 answer
40 views

I am looking for a method which finds a linear model (2 input variables, everything reasonably close enough to normally distributed), but with an alternative measure of error. Every error measure I ...
Paul's user avatar
  • 149
1 vote
0 answers
70 views

Is this derived from Chebyshev's inequality or a tail bound theorem? If not, how was it derived? Does this require the existence of the third moment? Does this bound suggest the normal approximation ...
user avatar
0 votes
1 answer
2k views

I am running a mlr in python on a dataset with 2D feature vectors, X1 and X2 on a single response, Y. The data ends up being funnel-shaped, as below: X1 v Y, with the colors being X2. It was ...
Tuomas Talvitie's user avatar
0 votes
0 answers
110 views

Assume the calculation of a physical quantity $x$ from a given formula i.e. $$x=\dfrac{a*b}{c}$$ where $a, b$ and $c$ are experimental observables, therefore $x$ is a quantity derived from ...
Thanos's user avatar
  • 151
0 votes
1 answer
624 views

I have a fairly basic question that I'm looking for a reference for. First, a couple definitions. Let's say $X_1,\ldots,X_n$ are IID samples from a distribution $F$ over $[0,1]$. For any $k\in\{1,\...
Lemke's user avatar
  • 1
5 votes
2 answers
154 views

I just got done reading Gorard's "Revisiting a 90-year-old debate: the advantages of the mean deviation." (https://www.leeds.ac.uk/educol/documents/00003759.htm) I'm no expert at statistics; in fact, ...
Somniad's user avatar
  • 51
-1 votes
2 answers
4k views

We know that mean deviation and standard deviation are two different things but why are both of them equal to Range/2? Range ($R$) = Highest value - lowest value Mean deviation ($\text{MD}$) = ...
user55439's user avatar
1 vote
0 answers
256 views

I'm searching for a computationally efficient algorithm to calculate the sliding mean deviation from sample $x_a$ to sample $x_b$ belonging to a large set $x_0, x_1 ... x_n$ with the condition that $a$...
davide's user avatar
  • 119
0 votes
0 answers
41 views

If yes why is it the case that it have this property? There must be some mathematical proof or intuitive understanding in that case.
ankit's user avatar
  • 441
3 votes
1 answer
2k views

Do both terms mean the same thing or are they different?
ankit's user avatar
  • 441