Skip to content

fix confusion around p_outlier #791

@digicosmos86

Description

@digicosmos86

Right now, in HSSM, when p_outliers is specified to 0 or None, it is not added to list_params, so relevant computation could be avoided altogether. However, this causes confusion when people create custom models with make_hssm_rv and make_distribution, because they have to decide whether to include p_outliers in their custom RandomVariable and Distribution classes depending on whether they use p_outliers in HSSM. It's probably a good idea to always include p_outlier in HSSM, so there is consistency across the board

Sub-issues

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