|
SORTIE Java Interface
1
|
Flag values for which size effect term is desired. More...
Public Attributes | |
| no_size_effect | |
| No size effect (class clNoSizeEffect) | |
| default_size_effect | |
| Default size effect (class clDefaultSizeEffect) | |
| size_effect_bounded | |
| Size effect with minimum DBH (class clSizeEffectLowerBounded) | |
| size_effect_power_function | |
| Power function size effect (class clSizeEffectPowerFunction) | |
| size_effect_shifted_lognormal | |
| Shifted lognormal size effect (class clShiftedLognormalSizeEffect) | |
| size_effect_compound_exp | |
| Compound exponential size effect (class clSizeEffectCompoundExponential) | |
| size_effect_shifted_log_inf | |
| Shifted lognormal w/ infection size effect (class clSizeEffectShiftedLogInf) | |
| size_effect_compound_exp_inf | |
| Compound exponential w/ infection size effect (class clSizeEffectCompoundExpInf) | |
Flag values for which size effect term is desired.
| sortie.data.funcgroups.nci.NCIEffect.size_effect.default_size_effect |
Default size effect (class clDefaultSizeEffect)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.no_size_effect |
No size effect (class clNoSizeEffect)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_bounded |
Size effect with minimum DBH (class clSizeEffectLowerBounded)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_compound_exp |
Compound exponential size effect (class clSizeEffectCompoundExponential)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_compound_exp_inf |
Compound exponential w/ infection size effect (class clSizeEffectCompoundExpInf)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_power_function |
Power function size effect (class clSizeEffectPowerFunction)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_shifted_log_inf |
Shifted lognormal w/ infection size effect (class clSizeEffectShiftedLogInf)
| sortie.data.funcgroups.nci.NCIEffect.size_effect.size_effect_shifted_lognormal |
Shifted lognormal size effect (class clShiftedLognormalSizeEffect)
1.8.2