Beantwortet Is it possible to estimate a beta value of a time series data (stock) using the CAPM model on NumXl? usma huss 31. März 2013 19:47 Folgen 0 Need to find estimate a beta value of a time series data under CAMP model. Facebook Twitter LinkedIn
Kommentare
Check out the white paper on calculating CAPM beta using the regression functions in NumXL
https://numxl.com/blogs/calculating-capm-beta/
To estimate the CAPM beta, you need to regress (SLR) between the two-time series: market returns and your asset returns.
Asset Return = risk-free return + beta * Market Return
You can use the NxRegress function to compute the slope (i.e. Beta) for the two-time series. See the function reference page and example:
https://support.numxl.com/hc/en-us/articles/215811083-NxRegress-Simple-Linear-Regression-Function
You can even compute the beta value for different dates (using prior data) and examine the variation of beta over time.
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.