You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: irt_ruby.gemspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
spec.authors=["Alex Kholodniak"]
7
7
spec.email=["alexandrkholodniak@gmail.com"]
8
8
9
-
spec.summary="A simple IRT model implementation"
10
-
spec.description="A simple implementation of the 1PL (Rasch) modelfor Item Response Theory in Ruby."
9
+
spec.summary=%q{A Ruby gem that provides implementations of Rasch, Two-Parameter, and Three-Parameter models for Item Response Theory (IRT).}
10
+
spec.description=%q{IrtRuby is a Ruby gem that provides implementations of the Rasch model, Two-Parameter model, and Three-Parameter model for Item Response Theory (IRT). It allows you to estimate the abilities of individuals and the difficulties, discriminations, and guessing parameters of items based on their responses to a set of items.}
0 commit comments