add rasch functionality to form generation
This commit is contained in:
@ -5,7 +5,7 @@ from lib.irt.models.base import *
|
||||
class Rasch(Base):
|
||||
|
||||
def result(self):
|
||||
return 0.0
|
||||
return (1 / (1 + self.e(-1 * (self.theta - self.b_param))))
|
||||
|
||||
@classmethod
|
||||
def ability_estimate(self, items) -> float:
|
||||
|
Reference in New Issue
Block a user