modelTheta
Parameter definitions for the Base Case
Extends from Icons.Theta (Icon for a class providing global parameters).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Population | IRA | 25 | Initial rabbit population |
| Population | IFO | 2 | Initial fox population |
| Population | IWO | 4 | Initial wolf population |
| Rate | foxRabbit_beta | 0.02 | Rabbit fractional death rate per fox |
| Rate | foxRabbit_delta | 0.02 | Fox fractional reproduction rate per rabbit |
| Rate | foxesDeathRate | 0.4 | Fractional death rate for fox popultion |
| Rate | rabbitsReproRate | 0.1 | Fractional reproduction rate for rabbit population |
| Rate | wolfRabbit_beta | 0.02 | Rabbit fractional death rate per wolf |
| Rate | wolfRabbit_delta | 0.01 | Wolf fractional reproduction rate per rabbit |
| Rate | wolvesDeathRate | 0.4 | Fractional death rate for wolf population |
| Rate | wolfFox_beta | 0.04 | Fox fractional death rate per wolf |
| Rate | wolfFox_delta | 0.08 | Wolf fractional reproduction rate per fox |