Skip to content

Commit b036d39

Browse files
committed
Add fix absolute value.
1 parent e7427f9 commit b036d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submissions/tingjun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **Stochastic Volatility Model** describes the evolution of a security price
66
- $dS = \mu S dt + \sigma S dw$
77
- $dV = \phi V dt + \xi V dz$
88

9-
In this specific implementation, we assume the **volatility of volatility** is zero ($\xi = 0$). The drift of variance, $\phi$, is driven by the absolute log-return of the asset: $\phi = b \times \Delta \ln(S)$, where $b$ is a free scaling parameter.
9+
In this specific implementation, we assume the **volatility of volatility** is zero ($\xi = 0$). The drift of variance, $\phi$, is driven by the absolute log-return of the asset: $\phi = b \times |\Delta \ln(S)|$, where $b$ is a free scaling parameter.
1010

1111
## Parameters
1212

0 commit comments

Comments
 (0)