Skip to content

Add support for inverse function #53

@dominikue

Description

@dominikue

Hi, for our project we adjusted the code to use an inverse function. I think this could be helpful for some others. Please let me know if you want a reproducible example or a pull request :)

Adjust line 111 in questplus/psychometric_function.py:

- return p
+ return (1 + lower_asymptote - lapse_rate) - p

Example plot:
output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions