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

Allow optional irf implementation for simulations #18

Closed p-gw closed 1 month ago

p-gw commented 11 months ago

Maybe we should implement an optional variant for the item response function,

irf(::ItemResponseModel, theta, beta)

This would allow us to create a single framework for simulations. We probably need some kind of trait to check whether this is implemented or not.

p-gw commented 1 month ago

This is now obsolete. Calling functions with parameters instead of item indices is now implemented in ItemResponseFunctions.jl