tristanz / OpenIRT (http://people.fas.harvard.edu/~tzajonc/openirt.html)

Bayesian and Maximum Likelihood Estimation of Item Response Theory (IRT) Models

Clone this repository (size: 589.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tristanz/openirt
commit 34: 910cacd4b934
parent 33: 3840a3fec345
branch: default
Typo.
Tristan Zajonc / tristanz
7 months ago

Changed (Δ1 byte):

raw changeset »

src/openirt.h (1 lines added, 1 lines removed)

Up to file-list src/openirt.h:

@@ -100,7 +100,7 @@ void StartUp(int argc, char* argv[]) {
100
100
  responses.num_items = responses.x.cols();
101
101
  responses.num_groups = max(responses.group);
102
102
  cout << "Responses added: " << responses.num_responses << endl;
103
  std::out << "Max int limit: " << std::numeric_limits<int>::max() << std::endl;
103
  std::cout << "Max int limit: " << std::numeric_limits<int>::max() << std::endl;
104
104
}
105
105
106
106
/// 2PL Item Response Functions