You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 'MLWI' for maximum likelihood weighted information
41
+
#"MLWI" =>
42
+
# 'MPWI' for maximum posterior weighted information
43
+
# 'MEI' for maximum expected information
44
+
# 'IKLP' as well as 'IKL' for the integration based Kullback-Leibler criteria with and without the prior density weight,
45
+
# respectively, and their root-n items administered weighted counter-parts, 'IKLn' and 'IKLPn'.
46
+
#=
47
+
Possible inputs for multidimensional adaptive tests include: 'Drule' for the
48
+
maximum determinant of the information matrix, 'Trule' for the maximum
49
+
(potentially weighted) trace of the information matrix, 'Arule' for the minimum (potentially weighted) trace of the asymptotic covariance matrix, 'Erule'
50
+
for the minimum value of the information matrix, and 'Wrule' for the weighted
51
+
information criteria. For each of these rules, the posterior weight for the latent trait scores can also be included with the 'DPrule', 'TPrule', 'APrule',
52
+
'EPrule', and 'WPrule', respectively.
53
+
Applicable to both unidimensional and multidimensional tests are the 'KL' and
54
+
'KLn' for point-wise Kullback-Leibler divergence and point-wise KullbackLeibler with a decreasing delta value (delta*sqrt(n), where n is the number
55
+
of items previous answered), respectively. The delta criteria is defined in the
56
+
design object
57
+
Non-adaptive methods applicable even when no mo object is passed are: 'random'
58
+
to randomly select items, and 'seq' for selecting items sequentially
59
+
=#
60
+
)
61
+
62
+
const mirtcat_ability_estimator_aliases =Dict(
63
+
#=
64
+
• "MAP" for the maximum a-posteriori (i.e, Bayes modal)
65
+
• "ML" for maximum likelihood
66
+
• "WLE" for weighted likelihood estimation
67
+
• "EAPsum" for the expected a-posteriori for each sum score
68
+
• "plausible" for a single plausible value imputation for each case. This is
69
+
equivalent to setting plausible.draws = 1
70
+
• "classify" for the posteriori classification probabilities (only applicable
0 commit comments