Histogram

The histogram is created from this data that you can see on this chart below.

Then we transformed data into daily returns.

Now, we can take daily returns and transform it to histogram. We also add mean and standard deviation lines.

Here is the code we used to generate the three charts above.

We have moved some of the utility code into util.py.

Last updated

Was this helpful?