TABLE OF CONTENTS
CDefines/enumDistribution [ Definitions ]
NAME
enumDistribution --- an enum for different parametric distributions
FUNCTION
Index parametric component distributions to use for parametric components of the hazard or density. Options are:
0 None 1 Exponential 2 Weibull 3 Lognormal 4 Gamma
SOURCE
218 typedef enum {Dnone=0, Dexponential=1, Dweibull=2, Dlognormal=3, Dgamma=4} distribution;