BAYES ONESAMPLE: Normal
BAYES ONESAMPLE: Normal is available in SPSS® Statistics Standard Edition or the Advanced Statistics Option.
BAYES ONESAMPLE
/MISSING SCOPE = {ANALYSIS**} {LISTWISE}
/CRITERIA
CILEVEL = {95**} {value}
METHOD = {AGL**} {MCA}
SEED = {RANDOM**} {2000000} {integer}
TOL = {0.000001**} {value}
MAXITER = {2000**} {integer}
MCSAMPLES = {10000**} {integer}
/INFERENCE
DISTRIBUTION = {NORMAL} {BINOMIAL} {POISSON}
VARIABLES = {varlist}
ANALYSIS = {POSTERIOR**} {BAYESFACTOR} {BOTH}
/DATA
VARIABLES = {sublist}††
[VARIANCE = {value}]^^
NULLVALUE = {0**} {value}
ALTERGVALUE = {1**} {value}@@
/PRIOR $$
VARDIST = {DIFFUSE**} {INVCHISQ(value1 value2)} {INVGAMMA(value1 value2)}
{JEFFREYS2} {JEFFREYS4 }
PRECDIST = {GAMMA(value1 value2)} {CHISQ(value)}++
MEANDIST = {DIFFUSE**} {NORMAL(value1 value2)}
KAPPA = {1**} {value}
** Default if the subcommand or keyword is omitted.
†† Must be a subset of VARIABLES.
^^ Optional for Normal with known variance.
@@ If VARIANCE is given, this parameter must be specified.
$$ Required for POSTERIOR and BOTH.
++ PRECDIST and VARDIST are mutually exclusive.
Release History
Release 25.0
- Command introduced