#include "etirm/ThetaLogLikelihood.h"
#include "Fmin.h"
Go to the source code of this file.
Namespaces | |
namespace | etirm |
Functions | |
template<class L> | |
Real | etirm::ExamineeThetaMLE (Real minTheta, Real maxTheta, Real precision, L &likelihood) |
Compute latent variable estimate for an examinee using maximum likelihood. Returns the latent trait estimate for the examinee. | |
template<class II, class IR> | |
Real | etirm::ExamineeThetaMLE (Real minTheta, Real maxTheta, Real precision, II items_begin, II items_end, IR responses_begin) |
Compute latent variable estimate for an examinee using maximum likelihood, create a ThetaLogLikelihood object from two item iterators and an interator to the examinee responses, and return the latent trait estimate for the examinee. |
Estimation Toolkit for Item Response Models (ETIRM) http://www.smallwaters.com/software/cpp/etirm.html
Author(s): Werner Wothke, maintenance (http://www.smallwaters.com) Brad Hanson (http://www.b-a-h.com/) See the file LICENSE for information on usage and redistribution.
Copyright (C) 2008, Werner Wothke Copyright (c) 2000-2001, Bradley A. Hanson
Definition in file ExamineeThetaMLE.h.