It uses different corrections for different raw PM concentrations (PAcfatm). The variable ‘RH’ stands for raw relative humidity readings from the low-cost monitor. The formulas below were taken from the EPA PDF.
However the implementation here uses the corrected humidity values id(humidity) rather than id(humidity_raw).
According to https://www.airgradient.com/blog/epa-correction-and-airgradient/ the
RH
variable in the correction formulae refers to the raw RH reading from the 5003t sensor.However the implementation here uses the corrected humidity values
id(humidity)
rather thanid(humidity_raw)
.