Skip to content

Commit

Permalink
Change arguments order. Checked
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-based committed May 4, 2024
1 parent dc5e829 commit d10eb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PriceProcesses/SimMertonAssetPrice.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function X_t = SimMertonAssetPrice(sigmaD, muJ, sigmaJ, lambda, T, nTimeSteps, nProcesses)
function X_t = SimMertonAssetPrice(sigmaD, lambda, muJ, sigmaJ, T, nTimeSteps, nProcesses)
% MERTONPROCESS Simulates paths of a Merton jump-diffusion process.
% This function generates a matrix of simulated values from a Merton jump-diffusion
% process, which incorporates both Gaussian diffusion elements and a jump process
Expand Down

0 comments on commit d10eb87

Please sign in to comment.