get ability estimation from source
This commit is contained in:
@ -16,3 +16,7 @@ class ThreeParameterLogistic:
|
||||
c = self.model_params.c_param
|
||||
return c + (1 - c) * (1 / (1 + self.e**(-a *
|
||||
(self.theta - self.b_param))))
|
||||
|
||||
@classmethod
|
||||
def ability_estimate(self) -> float:
|
||||
return 0.0
|
||||
|
Reference in New Issue
Block a user