R/true_concentration_homogeneous.R
true_concentration_homogeneous.Rd
These functions provides true concentration level in the original sample when diluted samples collected from a homogeneous batch.
true_concentration_homogeneous(lambda, a, b, f, u, USL, n_sim)
true_concentration_homogeneous_multiple(lambda, a, b, f, u, USL, n_sim)
true_concentration_curves_homogeneous(lambda_low, lambda_high, a, b, f, u, USL, n_sim)
the expected cell count (\(\lambda\)).
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 expected cell count (\(\lambda\)) for use in the graphical display's x-axis.
the upper value of the expected cell count (\(\lambda\)) for use in the graphical display's x-axis.
true concentration level when the diluted sample collected from a homogeneous batch.
Let Y be the count of microorganisms and C be the true concentration level (in counts per ml). When diluted sample collected from homogeneous batch, Y can be modelled by Poisson distribution with parameter \(\lambda\). Let X be the count of microorganisms on a plate, and it can be modelled by truncated Poisson distribution with parameters \(\lambda_d, a, b\). Also, \(\lambda_d\) can be written in terms of \(\lambda\),f and u. It is given by $$\lambda_d = \lambda * f *u$$ And the true concentration level is given by $$C = \frac{X}{f*u}$$