Is the Standard Deviation Symmetrically Centered?

AI Thread Summary
The discussion focuses on the uncertainty of standard deviation in relation to whether it is symmetrically centered around the average. It highlights that knowing only the standard deviation does not guarantee symmetric uncertainty, as it could vary significantly. The conversation suggests that additional information, such as skewness or confidence intervals, is necessary to assess the distribution's shape. It emphasizes that while many assume normal distribution, this is not always the case. Understanding the underlying data and context is crucial for determining the appropriate representation of uncertainty.
jk22
Messages
732
Reaction score
25
Suppose i have a random variable X and its standard deviation dx. We could write the average with error like $$<X>\pm dx/2$$.

But how do we know it is centered or not ? It could be +1/4 -3/4 for example.
 
Physics news on Phys.org
If you just know the standard deviation, you cannot know if the uncertainty is symmetric. If it is (significantly), which is an unlikely case, more information should be given, at least +x-y separately, but ideally the full likelihood distribution.
 
Could we compute $$\int^{<X>}x^2P (X=x)dx$$ for the minus sign and above the average for the plus sign ?
 
jk22 said:
Suppose i have a random variable X and its standard deviation dx. We could write the average with error like $$<X>\pm dx/2$$.

But how do we know it is centered or not ? It could be +1/4 -3/4 for example.

You could look at the data and see whether it looks centered. Or you could know something about the situation that tells you whether to expect it to be centered or not.

Confidence intervals can be any shape you desire. You just have to have a good reason to choose such a shape.

Many people just assume everything is normally distributed. Sometimes it is, sometimes it isn't.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top