edited by
1,719 views
7 7 votes

The probability density function $f(x)$ of a random variable $X$ which takes real values is
\[
f(x)=\frac{1}{3 \sqrt{2 \pi}} \exp \left(-\frac{x^{2}}{18}\right), \quad x \in(-\infty,+\infty)
\]
Which one of the following statements is correct about the random variable $X$ ?

  1. $X$ is an exponential random variable
  2. $X$ is a normal random variable
  3. $X$ is a Poisson random variable
  4. $X$ is a uniform random variable

2 Answers

2 2 votes

Poisson is Discrete, eliminates Poisson immediately.
Now check Domain:

  • Exponential PDF: f(x) = λe^(-λx) for x ≥ 0 → eliminates Exponential (question says x ∈ (−∞, +∞))
  • Uniform: defined on (a, b) → finite interval → eliminates Uniform
  • Normal: only distribution that lives on (−∞, +∞)
Answer: Option B
moved by
1 1 vote

Option-A: PDF for Exponential Distribution is $e^{-\lambda x}\lambda$ for $x \ge 0$.

 

Option-B: PDF for Normal Distribution is $f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} 
\exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)$ where $\mu$ is mean and $\sigma^2$ is variance. 

 

Option-C: PMF for Poisson Distribution is $\frac{\lambda^ke^{-\lambda}}{k!}$ where $k \in \mathbb{N}_{0}$  and $\lambda \in (0,\infty)$

 

Option-D: PDF for Uniform Distribution is $f(x) =
\begin{cases}
\frac{1}{b-a}, & a \le x \le b \\
0, & \text{otherwise}
\end{cases}$

Given PDF follows Normal distribution with mean = 0 and variance = 9

Hence, Option B is correct.
Answer:
Position:
Show:

Related questions

32 32 votes
3 answers 3 answers
15.2k
15.2k views
gatecse asked Sep 21, 2014
15,206 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...
10 10 votes
5 5 answers
2.9k
2.9k views
gatecse asked Feb 23
2,871 views
A day can only be cloudy or sunny. The probability of a day being cloudy is $0.5$, independent of the condition on other days. What is the probability that in any given f...
10 10 votes
2 2 answers
3.3k
3.3k views
gatecse asked Feb 23
3,296 views
An unbiased six-faced dice whose faces are marked with numbers $1,2,3,4,5$, and $6$ is rolled twice in succession and the number on the top face is recorded each time. Th...
61 61 votes
5 answers 5 answers
14.4k
14.4k views
Kathleen asked Sep 17, 2014
14,378 views
A program consists of two modules executed sequentially. Let $f_1(t)$ and $f_2(t)$ respectively denote the probability density functions of time taken to execute the two ...