Probability Distributions
✕Probability Distributions and CI
Question 1 of 1
- Load heart_diseases_cleaned dataset and:
- Calculate the probability that a single randomly selected patient is a currentSmoker.
- If we randomly pick 20 patients from the dataset, what is the probability that
* Exactly 8 of them are smokers?
* More than 10 are smokers?
- Calculate mean and standard deviation of
BMI. - AssumingBMIis normally distributed calculate: * Probability that a randomly selected patient hasBMIgreater than 30. * Probability that a randomly selected patient hasBMIbetween 25 and 30. * Probability that a randomly selected patient hasBMIless than 25. * 95% confidence interval for the meanBMIof the population.
- Load heart_diseases_cleaned dataset and:
- Calculate the probability that a single randomly selected patient is a currentSmoker.
- If we randomly pick 20 patients from the dataset, what is the probability that
* Exactly 8 of them are smokers?
* More than 10 are smokers?
- Calculate mean and standard deviation of
