Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYunhan committed Nov 29, 2024
1 parent 491fdd4 commit 4728167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ Given fixed values of $\( l, m, n \)$, the algorithm can be summarized as follow
Generate or look up the quadrature nodes $\( y_k \)$ and weights$ \( w_k \)$, for $\( k = 1, \ldots, l \).$

3. **Establish Initial Guess**:
Initialize the early exercise boundary using an approximate method (e.g., $\( QD^+ \)$):
Initialize the early exercise boundary using an approximate method (e.g., \( QD^+ \)):

$B^{(0)}(\tau_i) = K \min \left\{1, \frac{r}{q}\right\}, \quad \tau_0 = 0, \tau_n = \tau_{\text{max}}$

4. **Iterative Refinement**:
Expand Down

0 comments on commit 4728167

Please sign in to comment.