Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Mar 20, 2024
1 parent d0d1ba6 commit d64531d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/Malliavin_Geometric_Asian_Greeks.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ Malliavin_Geometric_Asian_Greeks <- function(

X_T <- X[, steps + 1]

if ("vega" %in% greek) {
XW <- calc_XW(X, W, steps, paths, dt)
tXW <- calc_tXW(X, W, steps, paths, dt)
}

# TODO: comment
I_W <- calc_I(W, steps, dt)

Expand Down

0 comments on commit d64531d

Please sign in to comment.