ALEA::VERHULST2
Arguments: seed lambda long dt [generic-function]
Generates a sequence of length long based on the logistical equation of Pierre-François Verhulst (see verhulst above).
- lambda is a number or a list of parameters which define the 'turbulence' of the generated values; - seed is an initial value between zero and one (this value represents the initial population as a ratio to the maxi-mum population); - long is the length of the list generated, which is equivalent to the number of iterations. This version allows the manipulation of the parameter of time dt; - dt is a value of time for the numerical integration in the equations. The output of this module is a [[list]] of values for each iteration.