Skip to content

Quantile of MixtureModel seems to never converge #1807

Description

@stephenll
using Distributions

mmdist = MixtureModel(Exponential, [10_000, 1_000_000], [.5, .5])

quantile(mmdist, .999)

This seems to never return an answer. But quantile(mmdist, .1) seems to work.

I tested on Julia 1.9 and the latest 1.10 RC2 with the latest version of the Distributions package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions