- The Function F X 1 For 5 X And 0 For X 5 Is The Cdf Of A Random Variable X Using R A Using R Create A User 1 (99.28 KiB) Viewed 17 times
The function F(x)= 1-² for 5 ≤ x <∞ and 0 for x< 5 is the CDF of a random variable X. Using R: a) Using R, create a user
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
The function F(x)= 1-² for 5 ≤ x <∞ and 0 for x< 5 is the CDF of a random variable X. Using R: a) Using R, create a user
The function F(x)= 1-² for 5 ≤ x <∞ and 0 for x< 5 is the CDF of a random variable X. Using R: a) Using R, create a user-defined function for F(named F) in the interval [5,00). b) Using this F, find the probability that X ≤ 8 c) Using F, find the probability that X > 8 d) Using F, find the probability that 6 < X < 9 e) What is the probability density function(in R code) for X ≥ 5 ?