Deltares / Deltares/ProbabilisticLibrary

extend StandardNormal with method GetPDF(x)

Open
#192 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Prob lib C++
Dominant language
C++
Stars
8
Forks
1
Avg merge
4d 18h
Merged PRs (30d)
4

Description

PROBL-85

Linked to: PROBL-82

To reduce code duplication:

StandardNormal class should have a method GetPDF( x ),

which returns the PDF of a standard normal distribution.

Can be used at various other locations

Reporter: @epsig

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the StandardNormal class and its existing distribution-related methods. Add the requested GetPDF(x) entry point, then verify that it returns the standard normal probability density so it can replace duplicated implementations elsewhere.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.