#include "etirm/etirmtypes.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | etirm |
Functions | |
template<class PI, class WI> | |
void | etirm::DiscreteNormalDist (int nQuad, double minPoint, double maxPoint, PI ipoints, WI iweights, double mean=0.0, double sd=1.0) |
Compute points and weights for a discrete distribution that approximates a normal distribution. |
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 DiscreteNormalDist.h.