Five-Factor Asset Pricing Model Analysis

Andrea Chello
The Quant Journey
Published in
4 min readFeb 17, 2022

--

A Regression based analysis of the Five-Factor Asset Pricing Model

Source: https://i.stack.imgur.com/QFMZo.png

Using the dataset from Eugene Fama and Kenneth French’s 2013 paper “A Five-Factor Asset Pricing Model”,

1. Visually analyze the covariance between various factors and identify the variance explained in principle components of these factors.

%%opts Curve [width=800 height=300] NdOverlay [legend_position='right']pd.melt(month_TBill.add(1).cumprod().reset_index(), id_vars=['Date']).hvplot.line(y='value', x='Date', by='variable')covariance=month_TBill[['Mkt-RF','SMB','HML','RMW','CMA','RF']].cov()covariance

--

--

The Quant Journey
The Quant Journey

Published in The Quant Journey

This is a repository of information regarding everything quantitative. I am building my knowledge as I go, therefore this is a journey for both me as a contributor and you as a reader as we venture in to the world of mathematics, programming, statistics, finance and business.

Andrea Chello
Andrea Chello

Written by Andrea Chello

Quant | Full-Stack Blockchain Developer

No responses yet