#include "etirm/etirmtypes.h"
#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | etirm |
Classes | |
| class | etirm::ICC3PLFunc |
| Common functions and data members used for specializations of ICCLogistic. More... | |
| class | etirm::ICCLogistic< NPAR > |
| Class declaration of logistic item response model; specializations supplied for NPAR = 1, 2, 3. More... | |
| class | etirm::ICCLogistic< 3 > |
| Three-parameter logistic item response model. More... | |
| class | etirm::ICCLogistic< 2 > |
| Two-parameter logistic item response model. More... | |
| class | etirm::ICCLogistic< 1 > |
| One-parameter logistic item response model. More... | |
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-2002, Bradley A. Hanson
Definition in file ICCLogistic.h.
1.5.4