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

Change unnecessarily strict output definition #14

Closed p-gw closed 1 year ago

p-gw commented 1 year ago

Restricting outputs of methods for item response models to Float64 is probably unnecessarily strict.

While for usual use cases it is probably fine, Float32 might be - for example - more efficient for plotting purposes.

Making outputs T <: AbstractFloat should be sufficient.