CRAN
NPMPM 1.0
tertiary probabilistic model in predictive microbiology for use in food manufacture
Released Oct 29, 2012 by Nadine Schoene
The main method npmpm calculates bacterial concentrations during food manufacture after a contamination. Variability and uncertainty are included by use of probability distributions and Monte Carlo Simulation. The model aims at predicting possible bacterial concentrations at one certain point in time s, e.g. at the end of a process chain. The process steps of this process chain are run through in linear order. Experimental data that match current process step conditions are gathered, and one deterministic primary model is fitted to every series of measured values. From every fitted curve one concentration of bacteria at time s is computed, yielding a set of concentrations. This sample of possible contamination sizes is assumed to follow a certain probability distribution. After calculation of distribution parameters, one value is randomly drawn from this probability distribution. This value may be modified, and then serves as contamination for the next process step.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>NPMPM</artifactId> <version>1.0-b244</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:NPMPM')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.