#include "etirm/etirmtypes.h"

Go to the source code of this file.
Namespaces | |
| namespace | etirm |
Functions | |
| double | etirm::MaxRelParamDiff (RealVector &oldParam, RealVector &newParam, Real typicalValue=1.0) |
| Returns the maximum relative difference between an old and new set of item parameters. | |
| template<class MI, class II> | |
| int | etirm::MStepItems (MI min_routines, II item_begin, II item_end, double &maxreldiff, bool ignoreMaxIter=false) |
| Executes M-step for each item. | |
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 MStepIRT.h.
1.5.4