TABLE OF CONTENTS
CDefines/enumNknotsPrior [ Definitions ]
NAME
enumNknotsPrior --- an enum for different priors on the number of knots
FUNCTION
Index possible priors on the number of knots for use with adaptive model selection. Options are:
0 Poisson 1 Geometric 2 Poisson Mixture 3 Negative Binomial 4 Power (x^a)
SOURCE
234 typedef enum {PrPoisson=0, PrGeometric=1, PrPoissonMix=2, 235 PrNegBin=3, PrPower=4} nknotsprior;