
## part(a)
integrand <- function(x) {x*3*exp(-3*x)}
integrate(integrand, lower = 0, upper = Inf)
## part(b)
integrand <- function(x) {x*dexp(x, rate = 3, log =
FALSE)}
integrate(integrand, lower = 0, upper = Inf)
## part(c)
pexp(.7, rate = 3, log = FALSE)-pexp(.4, rate = 3, log =
FALSE)
## part(d)
1-pexp(.5, rate = 3, log = FALSE)
## part(5)
d=0.1*0.33
1-pexp(d, rate = 3, log = FALSE)
Problem #3. X is a random variable with an exponential distribution with rate 1 = 3...
Problem 5. Let X be a continuous random variable with a 2-paameter exponential distribution with parameters α = 0.4 and xo = 0.45, ie, ;x 2 0.45 x 〈 0.45 f(x) = (2.5e-2.5 (-0.45) Variable Y is a function of X: a) Find the first order approximation for the expected value and variance of Y b) Find the probability density function (PDF) of Y. c) Find the expected value and variance of Y from its PDF
Problem 5. Let X...
The density of random variable X is f(x) = 5(Xº+1)(3-X) for 1<x<3 and 0 otherwise. Using the R integrate function: 68 a) Find the probability that X > 2.10 b) Find the probability that 1.5 < X < 2.5 c) Find the expected value of x d) Find the standard deviation of X e) In the following paste your R script for this problem
exponential distribution
3. The distribution of Smith's future lifetime is X, an exponential random variable with mean a, and the distribution of Brown's future lifetime is Y, an exponential random variable with mean B. Smith and Brown have future lifetimes that are independent of one another. Find the probability that Smith outlives Brown. Answer #3: (D) a (E) (A) (B) (C)
3. The distribution of Smith's future lifetime is X, an exponential random variable with mean a, and the distribution...
Problem The random variable X is exponential with parameter 1. Given the value r of X, the random variable Y is exponential with parameter equal to r (and mean 1/r) Note: Some useful integrals, for λ > 0: ar (a) Find the joint PDF of X and Y (b) Find the marginal PDF of Y (c) Find the conditional PDF of X, given that Y 2. (d) Find the conditional expectation of X, given that Y 2 (e) Find the...
L.9) Hand calculation of expected values a) The pdf of a random variable X with the Exponential[u] distribution is for 0x Calculate by hand the expected value of X b) The pdf of a random variable X with the Beta[2, 3] distribution is 12 ( 1-xf x for。S$ 1. Calculate by hand the expected value of X. c) Go with numbers a and b with a<b. Calculate by hand the expected value and variance of a random variable uniformly distributed...
Problem 3 (Needed for Problem 4) A continuous random variable X is said to have an exponential distribution, written Exp(X), if its probability density function f is such that le- if > 0 10 if x < 0 f(0) = 0 where > 0 is a real number. 1. Compute the mean of X 2. Compute the variance of X 3. Compute the cumulative distribution function F of X. Use this to show that for any real numbers s and...
I. Let X be a random sample from an exponential distribution with unknown rate parameter θ and p.d.f (a) Find the probability of X> 2. (b) Find the moment generating function of X, its mean and variance. (c) Show that if X1 and X2 are two independent random variables with exponential distribution with rate parameter θ, then Y = X1 + 2 is a random variable with a gamma distribution and determine its parameters (you can use the moment generating...
Problem 1.33. Let X be an exponential random variable with unit rate Fix two positive numbers x and y. Prove that P(X > x+91X > x) P(X > y). This shows that conditioning the exponential clock on not having rung by time r and then restarting the count at that point gives statistically the same exponential clock! This is called the memoriless property of the exponential distribution. The same holds for the geometric distribution.
Suppose that X is a continuous random variable with probability
distribution
Suppose that X is a continuous random variable with probability distribution O<x<6 18 (a) Find the probability distribution of the random variable Y-10X 3. fr o) 2 Edit for Sy s (b) Find the expected value of Y
Problem 3 [5 points) (a) [2 points] Let X be an exponential random variable with parameter 1 =1. find the conditional probability P{X>3|X>1). (b) [3 points] Given unit Gaussian CDF (x). For Gaussian random variable Y - N(u,02), write down its Probability Density Function (PDF) [1 point], and express P{Y>u+30} in terms of (x) [2 points)