JuliaPsychometrics / AbstractItemResponseModels.jl

An API for item response modelling in Julia
https://juliapsychometrics.github.io/AbstractItemResponseModels.jl/
MIT License
4 stars 0 forks source link

Add scoring function to `expected_score` and `information` #9

Closed p-gw closed 1 year ago

p-gw commented 1 year ago

Add an additional argument to the expected_score and information interface that allows a map from response to a score, f(y) = x.

This allows scoring expected scores and information for e.g. categorical models: k=1,2,3 -> f(k)=0,0.5,1.