Advertisements
Advertisements
प्रश्न
Find the standard deviation of the first n natural numbers.
Advertisements
उत्तर
| `x_i` | 1 | 2 | 3 | 4 | 5 | – | – | n |
| `x_i^2` | 1 | 4 | 9 | 16 | 25 | – | – | n2 |
`sumx_i = 1 + 2 + 3 + 4 + 5 + ... + n = (n(n + 1))/2`
`sumx_i^2 = 1^2 + 2^2 + 3^2 + ... + n^2 = (n(n + 1)(2n + 1))/6`
∴ S.D. `(sigma) = sqrt((sumx_i^2)/n - ((sumx_i)/n)^2`
= `sqrt((n(n + 1)(2n + 1))/(6n) - (n^2(n + 1)^2)/(4n^2))`
= `sqrt(((n + 1)(2n + 1))/6 - (n + 1)^2/4`
= `sqrt((2n^2 + 3n + 1)/6 - (n^2 + 2n + 1)/4)`
= `sqrt((4n^2 + 6n + 2 - 3n^2 - 6n - 3)/12`
= `sqrt((n^2 - 1)/12)`
Hence, the required S.D. = `sqrt((n^2 - 1)/12`
APPEARS IN
संबंधित प्रश्न
Find the mean and variance for the first n natural numbers.
Find the mean and variance for the first 10 multiples of 3.
Find the mean and variance for the data.
| xi | 6 | 10 | 14 | 18 | 24 | 28 | 30 |
| fi | 2 | 4 | 7 | 12 | 8 | 4 | 3 |
The mean and variance of eight observations are 9 and 9.25, respectively. If six of the observations are 6, 7, 10, 12, 12 and 13, find the remaining two observations.
The mean and variance of 7 observations are 8 and 16, respectively. If five of the observations are 2, 4, 10, 12 and 14. Find the remaining two observations.
Given that `barx` is the mean and σ2 is the variance of n observations x1, x2, …,xn. Prove that the mean and variance of the observations ax1, ax2, ax3, …,axn are `abarx` and a2 σ2, respectively (a ≠ 0).
Find the mean, variance and standard deviation for the data 15, 22, 27, 11, 9, 21, 14, 9.
The variance of 15 observations is 4. If each observation is increased by 9, find the variance of the resulting observations.
For a group of 200 candidates, the mean and standard deviations of scores were found to be 40 and 15 respectively. Later on it was discovered that the scores of 43 and 35 were misread as 34 and 53 respectively. Find the correct mean and standard deviation.
The mean and standard deviation of a group of 100 observations were found to be 20 and 3 respectively. Later on it was found that three observations were incorrect, which were recorded as 21, 21 and 18. Find the mean and standard deviation if the incorrect observations were omitted.
Find the standard deviation for the following distribution:
| x : | 4.5 | 14.5 | 24.5 | 34.5 | 44.5 | 54.5 | 64.5 |
| f : | 1 | 5 | 12 | 22 | 17 | 9 | 4 |
Find the standard deviation for the following data:
| x : | 3 | 8 | 13 | 18 | 23 |
| f : | 7 | 10 | 15 | 10 | 6 |
Calculate the mean and S.D. for the following data:
| Expenditure in Rs: | 0-10 | 10-20 | 20-30 | 30-40 | 40-50 |
| Frequency: | 14 | 13 | 27 | 21 | 15 |
The means and standard deviations of heights ans weights of 50 students of a class are as follows:
| Weights | Heights | |
| Mean | 63.2 kg | 63.2 inch |
| Standard deviation | 5.6 kg | 11.5 inch |
Which shows more variability, heights or weights?
Coefficient of variation of two distributions are 60% and 70% and their standard deviations are 21 and 16 respectively. What are their arithmetic means?
From the data given below state which group is more variable, G1 or G2?
| Marks | 10-20 | 20-30 | 30-40 | 40-50 | 50-60 | 60-70 | 70-80 |
| Group G1 | 9 | 17 | 32 | 33 | 40 | 10 | 9 |
| Group G2 | 10 | 20 | 30 | 25 | 43 | 15 | 7 |
Find the coefficient of variation for the following data:
| Size (in cms): | 10-15 | 15-20 | 20-25 | 25-30 | 30-35 | 35-40 |
| No. of items: | 2 | 8 | 20 | 35 | 20 | 15 |
If X and Y are two variates connected by the relation
In a series of 20 observations, 10 observations are each equal to k and each of the remaining half is equal to − k. If the standard deviation of the observations is 2, then write the value of k.
The standard deviation of the data:
| x: | 1 | a | a2 | .... | an |
| f: | nC0 | nC1 | nC2 | .... | nCn |
is
If the standard deviation of a variable X is σ, then the standard deviation of variable \[\frac{a X + b}{c}\] is
If the S.D. of a set of observations is 8 and if each observation is divided by −2, the S.D. of the new set of observations will be
Let a, b, c, d, e be the observations with mean m and standard deviation s. The standard deviation of the observations a + k, b + k, c + k, d + k, e + k is
The standard deviation of the observations 6, 5, 9, 13, 12, 8, 10 is
The mean and standard deviation of some data for the time taken to complete a test are calculated with the following results:
Number of observations = 25, mean = 18.2 seconds, standard deviation = 3.25 seconds. Further, another set of 15 observations x1, x2, ..., x15, also in seconds, is now available and we have `sum_(i = 1)^15 x_i` = 279 and `sum_(i = 1)^15 x^2` = 5524. Calculate the standard derivation based on all 40 observations.
The mean and standard deviation of a set of n1 observations are `barx_1` and s1, respectively while the mean and standard deviation of another set of n2 observations are `barx_2` and s2, respectively. Show that the standard deviation of the combined set of (n1 + n2) observations is given by
S.D. = `sqrt((n_1(s_1)^2 + n_2(s_2)^2)/(n_1 + n_2) + (n_1n_2 (barx_1 - barx_2)^2)/(n_1 + n_2)^2)`
Two sets each of 20 observations, have the same standard derivation 5. The first set has a mean 17 and the second a mean 22. Determine the standard deviation of the set obtained by combining the given two sets.
The standard deviation of the data 6, 5, 9, 13, 12, 8, 10 is ______.
Let x1, x2, ..., xn be n observations and `barx` be their arithmetic mean. The formula for the standard deviation is given by ______.
Let x1, x2, x3, x4, x5 be the observations with mean m and standard deviation s. The standard deviation of the observations kx1, kx2, kx3, kx4, kx5 is ______.
Standard deviations for first 10 natural numbers is ______.
The standard deviation is ______to the mean deviation taken from the arithmetic mean.
The mean and standard deviation of six observations are 8 and 4, respectively. If each observation is multiplied by 3, find the new mean and new standard deviation of the resulting observations.
