Skip to content

FourParameterLogistic predict errors #19

@Ryan-Bringenberg

Description

@Ryan-Bringenberg

When using the FourParameterLogistic predict method, if a new y value is greater than y_max_parameter, an error will be thrown. This results in a root of a negative number and NumPy doesn't allow for complex numbers. This occurs regularly in immunoassays, so we need to create an exception to catch the error. Currently, np.nan is return, we need to decide to inform the user of the problem or if we want to use an absolute value and return a number with an error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions