Exercise

Calculate bootstrap interval using both methods

Using our bootstrap distribution from an earlier exercise, we can calculate bootstrap intervals for the median price of 1 bedroom apartments in Manhattan. Remember that we saved the bootstrap distribution as rent_med_ci.

Instructions 1/4

undefined XP
    1
    2
    3
    4

Calculate a 95% bootstrap confidence interval using the percentile method.

  • Summarize rent_med_ci's statistic with appropriate lower and upper quantiles.