%include inc/doublingtime

growthSpec:
    START number optDistribution
|
    SELFDETECTMU number optDistribution
|
    SELFDETECTSIGMA number optDistribution
|
    doublingTime
;

growthSpecs:
    growthSpecs growthSpec
|
    // empty
;

growth:
    GROWTH growthSpecs
;
