R/true_concentration_heterogeneous.R
true_concentration_heterogeneous.Rd
These functions provides true concentration level in the original sample when diluted samples collected from a heterogeneous batch.
true_concentration_heterogeneous(mu, sd, a, b, f, u, USL, n_sim)
true_concentration_heterogeneous_multiple(mu, sd, a, b, f, u, USL, n_sim)
true_concentration_curves_heterogeneous(mu_low, mu_high, sd, a, b, f, u, USL, n_sim)
the mean concentration (on the log scale).
the standard deviation of the normal distribution (on the log scale).
lower domain of the number of cell counts.
upper domain of the number of cell counts.
final dilution factor.
amount put on the plate.
upper specification limit.
number of simulations (large simulations provide a more precise estimation).
the lower value of the mean concentration (\(\mu\)) for use in the graphical display's x-axis (on the log scale).
the upper value of the mean concentration (\(\mu\)) for use in the graphical display's x-axis (on the log scale).
true concentration level when sample collected from a heterogeneous batch.
Let Y be the count of microorganisms and C be the true concentration level (in counts per ml). When diluted sample collected from heterogeneous (non-homogeneous) batch, Y can be modelled by Poisson lognormal distribution with parameter \(\mu, \sigma\). Let X be the count of microorganisms on a plate, and it can be modelled by truncated Poisson lognormal distribution with parameters \(\mu_d,\sigma, a, b\). Also, \(\lambda_d\) can be written in terms of \(\mu\),f and u. It is given by $$\mu_d = \mu + \log(f)+ \log(u)$$ And the true concentration level is given by $$C = \frac{X}{f*u}$$ where \(f\) is final dilution factor and \(u\) is amount of diluted sample on plate. Based on the literatures, we used \(\sigma = 0.2\) in these dilution process; see Gonzales-Barron et al. (2013, p. 370) and Schothorst et al. (2009).
Gonzales-Barron, U.A., Pilão Cadavez, V.A., Butler, F., 2013. Statistical approaches for the design of sampling plans for microbiological monitoring of foods, in: Mathematical and Statistical Methods in Food Science and Technology. Wiley, Chichester, UK, pp.363–384.
Schothorst, M. van, Zwietering, M.H., Ross, T., Buchanan, R.L., Cole, M.B., 2009. Relating microbiological criteria to food safety objectives and performance objectives. Food Control 20, 967–979.