Skip to content

Add poisson_binomial lpmf/lcdf/lccdf/rng #618

Open
@rok-cesnovar

Description

@rok-cesnovar

The following signature recently got stan math support.

real poisson_binomial_lpmf(int, vector)
real poisson_binomial_lpmf(int[], vector)
real poisson_binomial_lpmf(int[], vector[])
real poisson_binomial_lcdf(int, vector)
real poisson_binomial_lcdf(int[], vector)
real poisson_binomial_lcdf(int[], vector[])
real poisson_binomial_lccdf(int, vector)
real poisson_binomial_lccdf(int[], vector)
real poisson_binomial_lccdf(int[], vector[])
int poisson_binomial_rng(vector)

I can handle the stanc3 PR but would require help for the docs PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions