You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Calculating performance of our trading strategy
228
+
**Goal* : Check if mean montly return of our portfolio is greater than 0.
229
+
* Based on our trading strategy we see that montly mean is 0.53% (greater than 0). This *mean* could also be a random fluctuation and our *true mean* could be *less than or equal to 0.*
227
230
228
-
229
-
230
-
231
+
### Statistical Test
232
+
One way to test our monthly mean is actually greater than 0 or not is by performing *t-test*. The formula for *t-test* is shown in the figure below:<br><br>
0 commit comments