Most Probable Number (MPN)

FOR FOOD, FEED AND WATER MICROBIOLOGISTS
908 Downloads
Updated 29 Dec 2008

No License

this is a translation for the Excel code from http://www.i2workout.com/mcuriale/mpn/index.html to Matlab.
this function estimates the number of bacteria in the original sample.

sample code for usage:
Code
Dilutions = [1 1e-1 1e-2 1e-3];
Replicates = [8 8 8 8];
Positive = [8 7 4 0];
[MPN_R MPN_H MPN_L]= MPNindex(Dilutions,Replicates,Positive);

Cite As

Ofer Fridman (2024). Most Probable Number (MPN) (https://www.mathworks.com/matlabcentral/fileexchange/22545-most-probable-number-mpn), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Debugging and Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0