Why not try it!

Estimating birth time based on contraction length

Replicating Steve Mould's birth prediction

After watching Steve Mould's video in which he meassured his wife's contraction length over time and used this data to predict the "exact" time of birth of their son, I tried to replicate his results:

Dataset

The first step is creating a dataset similar to the one on the video:

Estimating Data Dispersion

The next step was to calculate the upper and lower bounds that encompass most of the data:

Estimating Lower and Upper Trendlines

With these bounds in place we can now calculate the curve that best fits the Column "C" and Column "D" . The curve drawn by Steve Mould looks like an exponential curve, thus we will try to approximate that:

Calculating the Birth Time

The last step is to calculate the intersection of the Upper and Lower bounds, and thus calculate the time of birth πŸ‘ΆπŸ» πŸ₯³:

!!!!!! 4:00 AM birth !!!!!!

Final Thoughts and Ideas

I will definitely try this with my wife in the next month, when our πŸ‘ΆπŸ» will be born. Let's see what happens.

You can download the excel sheet I used from here.

Replicating an idea base only on a graph and minimal information is doable, but you will need to make many assumptions which could be incorrect.

Some work that can be done around this is:

#dataviz