Skip to content

Add Weibull distribution support to dist_spec #1319

Description

@sbfnk-bot

Summary

estimate_dist() supports fitting Weibull distributions, but the result can't be fully used with the rest of EpiNow2 because dist_spec doesn't support Weibull.

Current state

dist_spec supports: exp, gamma, lognormal, normal

Requested

Add Weibull distribution support to dist_spec so that distributions estimated with estimate_dist(..., dist = "weibull") can be used throughout EpiNow2.

Notes

This requires more than just adding weibull = pweibull to the switch statement - likely needs updates to parameter handling, documentation, and tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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