"The first and only Arduino library where Geiger Counter combine with Data Science"
This repository presents a multivariable exponential regression model to estimate Average CPM (counts per minute) based on Time, Radiation dose rate (Usv/hr), Standard Deviation of CPM (sdCPM), and Total CPM Count.
The predicted average CPM is defined by the following equation:

Where:

-
Input features:
Time
Usv/hr
(radiation dose rate)sdCPM
(standard deviation of CPM)CPM Count
(total count)
-
Apply natural logarithm (
ln
) to all features except time to linearize exponential behavior. -
Fit a linear regression model to:

- Final prediction is obtained by exponentiating the output.