Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CON-2302 update expected result for ex4 question 3 for time-series project #2304

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions subjects/ai/time-series/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,19 @@ An example of solution is:

###### For question 3, is the Pnl computed as: signal \* futur_return? Both series should have the same index.

The below result are obtained considering the random strategy with the with `np.random.seed = 2712`

```console
Date
1980-12-12 -0.052170
1980-12-15 -0.073403
1980-12-15 -0.000000
1980-12-16 0.024750
1980-12-17 0.029000
1980-12-18 0.061024
...
2021-01-25 0.001679
2021-01-26 -0.007684
2021-01-27 -0.034985
2021-01-27 -0.000000
2021-01-28 -0.037421
2021-01-29 NaN
Name: PnL, Length: 10119, dtype: float64
Expand Down
Loading