Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computation of cdf in LocalVolRNDCalculator #1435

Merged
merged 5 commits into from
Sep 7, 2022
Merged

Computation of cdf in LocalVolRNDCalculator #1435

merged 5 commits into from
Sep 7, 2022

Commits on Jul 22, 2022

  1. Update localvolrndcalculator.cpp

    Computing cdf boundaries was wrong. In case xl is positive, while loop it lowers it but only to 0, if it is negative xl (through while loop) rise towards 0. In case xr is positive previous code is good as it tends towards +infinity. However, if xr is negative it tends towards -infinity.
    
    xl should always tends towards -infinity and xr towards +infinity (up to a tolerance)
    
    Maybe this can be done in better way, this is the first thing that come to my mind
    mdotlic authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    65e2d49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from mdotlic/mdotlic-patch-1

    Update localvolrndcalculator.cpp
    mdotlic authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    3bf20ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9895e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. relative scale

    mdotlic authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    96f1601 View commit details
    Browse the repository at this point in the history
  2. Fix operator syntax

    lballabio authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b76d14e View commit details
    Browse the repository at this point in the history