1st December,2023

Used Bootstrapping that involves repeatedly resampling with replacement from the original data to create multiple bootstrap samples. In this case, for each of the 1000 iterations, a bootstrap sample is drawn from the mean service time for each ‘inquiry_type’. Then computed the mean for each bootstrap sample and stores it in the list ‘bootstrap_means’.

Leave a Reply

Your email address will not be published. Required fields are marked *