This document discusses using Bayesian inference to detect change points in noisy time series data. It provides an overview of Bayesian statistics and Bayes' theorem. Mud pulse telemetry data from oil drilling is used as an example case study, where change point detection can identify different rock types or when oil is reached. The document outlines modelling the problem statistically and developing a Python implementation of a single change point detector based on calculating the posterior probability of change point locations. Several other potential applications are also mentioned, including financial data and web traffic analysis.