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

Go to the source code of this file.
Namespaces | |
| namespace | etirm |
Classes | |
| class | etirm::ItemParamPrior |
| Class representing a prior distribution used for item parameters in Bayes modal estimation. More... | |
Typedefs | |
| typedef std::vector < ItemParamPrior * > | etirm::PriorVector |
| Data type to represent a vector of pointers to prior distributions. | |
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 ItemParamPrior.h.
1.5.4