Skip to content

Commit 71ab810

Browse files
Update README.MD
1 parent 2ff509e commit 71ab810

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dothan_one_factor/README.MD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ The stochastic differential equation (SDE) of the Dothan model is shown on the W
1919

2020
### Input
2121

22-
- `r0` ... float, starting interest rate of the Vasicek process.
23-
- `a` ... float, market price of risk.
24-
- `sigma` ... float, instantaneous volatility measures instant by instant the amplitude of randomness entering the system.
25-
- `T` ... integer, end modelling time. From 0 to T the time series runs.
26-
- `dt` ... float, increment of time that the process runs on. Ex. dt = 0.1 then the time series is 0, 0.1, 0.2,...
22+
- `r0` (float): starting interest rate of the Vasicek process.
23+
- `a` (float): market price of risk.
24+
- `sigma` (float): instantaneous volatility measures instant by instant the amplitude of randomness entering the system.
25+
- `T` (integer): end modelling time. From 0 to T the time series runs.
26+
- `dt` (float): increment of time that the process runs on. Ex. dt = 0.1 then the time series is 0, 0.1, 0.2,...
2727

2828
### Output
2929

30-
- `interest_rate_simulation` N x 2 DataFrame with a sample path as values and modelling time as index.
30+
- N x 2 Pandas DataFrame with a sample path as values and modelling time as index.
3131

3232
## Getting started
3333

0 commit comments

Comments
 (0)