Exploring Log Returns Distributions Hi All! In our previous tutorial, we learnt how to consider inflation rate in the return series of a stock and obtaining the adjusted return series. In this tutorial, we will start exploring stylized facts of asset returns from technical and analytical point of view and exploring log returns distributions […]
Tag: data science
Adjusted Returns including Inflation: FA7
In this tutorial, we will learn the ways of considering inflation in a return series and implementing them using Python.
Markowitz Theory using Python: FA5
In this part 5 of our Financial Analytics series, we will learn how we can apply this theory to obtain Efficient Frontier and we will also learn how we can implement this in Python.
Markowitz Portfolio Theory: FA4
In this part of our financial analytics series, we will be studying Markowitz portfolio theory. Portfolio theory published by Harry Markowitz in 1952.
Introduction to NumPy
While working on Data Science or Machine Learning or any analysis we always need a way which provides efficiency in storage, efficiency in manipulation of numerical arrays & that too quickest possible way. Thankfully! Numpy provides us all of this.
