Skip to content

Generalize beta, logbeta, etc. to any number of arguments #449

@benninkrs

Description

@benninkrs

Is there interest in generalizing the beta function to any number of arguments? A basic implementation of logbeta would be

logbeta() = -Inf
logbeta(args...) = sum(loggamma.(args)) - loggamma(sum(args))

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