|
See also: Time series in ModelRisk
VoseTimeYule(N0,Beta,T,Log10)
Array
function that models numbers of a population following a Yule
linear growth model.
N0 - the number of individuals in the population at time zero. Should be >0.
Beta - the instantaneous birth rate. 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).
VoseTimeYule - generates an array of random values from this time series
VoseTimeYuleFit - generates an array of random values from this time series fitted to data.
VoseTimeYuleFitP - returns the parameters of this time series fitted to data.