In Probability and Statistics, the standard deviation of a statistical population or data set is a measure of how much variation or dispersion exists from its average value. It is defined as the square root of the variance.
3
votes
1answer
317 views
Denominator to calculate standard deviation
I've just read something about calculating sample standard deviation. Some explanations say that it is because of degree of freedom. With a constraint that the mean should be zero, we do actually have ...
2
votes
1answer
2k views
How to calculate the expected value $E(XY)$ with known $E(X)$, $E(Y)$ and $\sigma_{i}$?
I am trying to understand the value of $\bar{x_{1} x_{2}}+E(x_{1} x_{2})$. For all $i$, $E(x_{i})$ and $\sigma_{i}$ are given. Wikipedia gives the joint probability density function:
$E(XY) = \int ...
0
votes
1answer
176 views
Calculate standard deviation of merged sets with limited information (full details inside)
I have:
A1: {3, 5, 6} and A2: {3, 4, 6, 8}
Avg A1: 4.(6)
Std.Deviation A1: 1.247
Avg A2: 5.25
Std. Deviation A2: 1.92
Merging A1 and A2, we get
A12: {3, 3, 4, 5, 6, 6, 8}
Avg A12: 5
Std. ...
1
vote
2answers
109 views
Calculating the “jaggedness” of a distribution
I'm sure "jaggedness" isn't the right term to use here, so please correct me. I'm trying to quantify how jagged a distribution is. For example, this is moderately jagged:
distribution #1
This is ...
1
vote
3answers
324 views
Chebyshev's theorem
OK, so here's the question (not my homework - which is line segments -_-)
According to Chebyshev's theorem, how
many standard deviations from the mean
would make up the central 60% of
...
7
votes
1answer
4k views
Sample Standard Deviation vs. Population Standard Deviation
I have an HP 50g graphing calculator and I am using it to calculate the standard deviation of some data. In the statistics calculation there is a type which can have two values:
Sample
Population
I ...
0
votes
2answers
667 views
Is it possible to calculate the standard deviation without the samples?
Imagine I had two sets of samples. The only information I have about them is their
Size
Average
Standard deviation
Is it possible to calculate the standard deviation of a third set that is ...
3
votes
1answer
187 views
Max of multistep Gaussian walk vs max of multiple single-step Gaussian walks
Is there a relation between the max of a Gaussian random walk of 10
steps vs the max of 10 Gaussian random walks? Specifics (in
Mathematica notation):
...
14
votes
4answers
1k views
Motivation behind standard deviation?
Let's take the numbers 0-10. Their mean is 5, and the individual deviations from 5 are
-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5
And so the average (magnitude of) ...