close
This commit is contained in:
@ -14,12 +14,14 @@ class Item(BaseModel):
|
||||
b_param: float = 0.00
|
||||
|
||||
def iif(self, solver_run, theta):
|
||||
return ItemInformationFunction(solver_run.irt_model).calculate(
|
||||
b_param=self.b_param, theta=theta)
|
||||
return 0.9
|
||||
# return ItemInformationFunction(solver_run.irt_model).calculate(
|
||||
# b_param=self.b_param, theta=theta)
|
||||
|
||||
def irf(self, solver_run, theta):
|
||||
return ItemResponseFunction(solver_run.irt_model).calculate(
|
||||
b_param=self.b_param, theta=theta)
|
||||
return 0.9
|
||||
# return ItemResponseFunction(solver_run.irt_model).calculate(
|
||||
# b_param=self.b_param, theta=theta)
|
||||
|
||||
def get_attribute(self, ref_attribute):
|
||||
for attribute in self.attributes:
|
||||
|
Reference in New Issue
Block a user