BAYES ONESAMPLE: Poisson
BAYES ONESAMPLE: Poisson is available in SPSS® Statistics Standard Edition or the Advanced Statistics Option.
BAYES ONESAMPLE
/MISSING SCOPE = {ANALYSIS**} {LISTWISE}
/CRITERIA
CILEVEL = {95**} {value}
/INFERENCE
DISTRIBUTION = {NORMAL} {BINOMIAL} {POISSON}
VARIABLES = {varlist}
ANALYSIS = {POSTERIOR**} {BAYESFACTOR} {BOTH}
/DATA
VARIABLES = {sublist}††
NULLPRIORPARAM = {2** 2**} {value1 value2}
ALTERPRIORPARAM = {value1 value2}
/PRIOR $$
VARDIST = {DIFFUSE**} {INVCHISQ(value1 value2)} {INVGAMMA(value1 value2)}
PRECDIST = {GAMMA(value1 value2)} {CHISQ(value)}++
TYPE = {CONJUGATE(value1 value2)}
** Default if the subcommand or keyword is omitted.
†† Must be a subset of VARIABLES.
$$ Required for POSTERIOR and BOTH.
++ PRECDIST and VARDIST are mutually exclusive.
Release History
Release 25.0
- Command introduced