edited by
14,676 views
45 45 votes

Consider a finite sequence of random values $X=[x_1,x_2,\dots x_n]$. Let $\mu_x$ be the mean and $\sigma_x$ be the standard deviation of $X$. Let another finite sequence $Y$ of equal length be derived from this as $y_i=a*x_i+b$, where $a$ and $b$ are positive constants. Let $\mu_y$ be the mean and $\sigma_y$ be the standard deviation of this sequence.

Which one of the following statements is INCORRECT?

  1. Index position of mode of $X$ in $X$ is the same as the index position of mode of $Y$ in $Y$
  2. Index position of median of $X$ in $X$ is the same as the index position of median of $Y$ in $Y$
  3. $\mu_y=a \mu_x + b$
  4. $\sigma_y=a \sigma_x + b$

6 Answers

Best answer
64 64 votes
Answer - $D$.

Mean, median and mode are linear functions over a random vaiable.

So, multiplying by constants or adding constants wont change their relative position.

Standard deviation is not a linear function over a random variable.
edited by
15 15 votes

Taking example here also give ansing easy

Say

$X= \left [ 2,3,4,4,5 \right ]$

and value of $a=2 , b=100$

So, according to question $Y= \left [ 104,106,108,108,110 \right ]$

Now come to option

A) correct, because for X mode is 4 and for Y mode is 108 which has same index position

B) correct , because for X median is 4and for Y median is 108 which has same index position

C) both gives mean =107.2

D) will be incorrect in option elimination

and also by calculation

$\sigma _{y}=0$

while $a\sigma _{x}+b=2.28$

https://www.khanacademy.org/math/statistics-probability/summarizing-quantitative-data/mean-median-basics/a/mean-median-and-mode-review

https://en.wikipedia.org/wiki/Standard_deviation

edited by
2 2 votes

Let Variance of X = p

$\sigma _{x}$ = $\sqrt{p}$

Variance of Y = $a^{2}p$ 

 ($\because$ When we add a constant to each element of the list, the standard deviation (or variance) remains unchanged. This is because, the mean also gets added by the same constant and hence the deviation from the mean remains the same for each element. when we multiply a random variable with a constant, since we square the values while calculating variance, the value of a(constant) will also gets squared)

$\sigma _{y}$ = $a\sqrt{p}$ = a * $\sigma _{x}$

$\therefore $ $\sigma _{y}$ =  $a \sigma _{x}$

Answer D is incorrect

 

0 0 votes

Simple proof for Option D:   Let Y = aX + b.

We know:  Var(Y) = E(Y²) − [E(Y)]²

Now, E(Y) = aE(X) + b

and  E(Y²) = E[(aX+b)²] = a²E(X²) + 2abE(X) + b²

Therefore,

Var(Y) = a²E(X²) + 2abE(X) + b² − [aE(X)+b]²


           = a²[E(X²) − (E(X))²]  = a²Var(X)

Hence,

σY = |a|σX

Since a > 0,  σY = aσX

So, the +b term does not appear in standard deviation.

Therefore, if Option D says σY = aσX + b, it is incorrect.

Reference: ChatGPT

Answer:
Position:
Show:

Related questions

74 74 votes
4 answers 4 answers
24.2k
24.2k views
go_editor asked Sep 29, 2014
24,163 views
On a non-pipelined sequential processor, a program segment, which is the part of the interrupt service routine, is given to transfer $500$ bytes from an I/O device to mem...
53 53 votes
7 answers 7 answers
14.6k
14.6k views
go_editor asked Sep 29, 2014
14,562 views
If the difference between the expectation of the square of a random variable $\left(E\left[X^2\right]\right)$ and the square of the expectation of the random variable $\l...
32 32 votes
3 answers 3 answers
15.2k
15.2k views
gatecse asked Sep 21, 2014
15,236 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
77 77 votes
7 answers 7 answers
26.6k
26.6k views
go_editor asked Sep 29, 2014
26,558 views
A deck of $5$ cards (each carrying a distinct number from $1$ to $5$) is shuffled thoroughly. Two cards are then removed one at a time from the deck. What is the probabil...