| Download a pdf copy of this help file here |
See also: Time series in ModelRisk
VoseTimeDeath(N0,Labmda,T,Log10)
Array function that models numbers of a population
following a pure
death process.
N0 - the number of individuals in the population at time zero. Should be >0.
Lambda - the mean rate of death per time increment. Should be >0.
T - the time increments over which death occurs. Should be >0.
Log10 - optional boolean parameter (TRUE/FALSE) that specifies whether the log base 10 of the calculations is taken (TRUE) or not (FALSE, default).
VoseTimeDeath - generates an array of random values from this time series.
VoseTimeDeathFit - generates an array of random values from this time series fitted to data.
VoseTimeDeathFitP - returns the parameters of this time series fitted to data.