Skip to content

Generalized Pareto distribution #2661

Open
@JackCaster

Description

@JackCaster

Overview

Provide an implementation of the generalized Pareto distribution as described here:

This distribution is often used in extreme value theory to model rare events identified as peak over threshold.

Description

Definitions in Stan of the density in the parameterization we want, as well as the cdf, lcdf, lccdf, and rng functions are available in

Implement the following functions with full autodiff and tests.

  • gen_pareto_lpdf
  • gen_pareto_lupdf
  • gen_pareto_cdf
  • gen_pareto_lcdf
  • gen_pareto_lccdf
  • gen_pareto_rng

Additional resources

Current Version:

v4.3.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions