Category: Data

  • Finding Big M: Iteratively Estimating The Mean

    Finding Big M: Iteratively Estimating The Mean

    Several months ago I wanted to estimate the mean of a value for users of an online app as quickly as possible with as few samples as possible. Every data point required scraping a webpage, and this proved timely AND costly in terms of system resources. Additionally, if I triggered too much traffic with my […]