linking white paper and lower case irt model selection
This commit is contained in:
@ -21,7 +21,7 @@ class ItemInformationFunction():
|
||||
return (self.model_data.a_param * q *
|
||||
(p - self.model_data.c_param)**2) / (p * (
|
||||
(1 - self.model_data.c_param)**2))
|
||||
elif self.model_data.model == 'RASCH':
|
||||
elif self.model_data.model == 'rasch':
|
||||
p = Rasch(self.model_data, kwargs).result()
|
||||
q = 1 - p
|
||||
return p * q
|
||||
|
Reference in New Issue
Block a user