Estimate parameters (multivariate t distribution)

3 views (last 30 days)
Alex
Alex on 16 Jul 2020
Commented: Alex on 17 Jul 2020
Hello!
Is there a built-in function in Matlab that estimates parameters of a multivariate t distribution (scale matrix, degrees of freedom). In other words, I have time series of returns for 10 stocks. Assuming that the returns have t distribution, how do I find the parameters of the distribution?
  2 Comments
Jeff Miller
Jeff Miller on 17 Jul 2020
Do you want to estimate a single t distribution that best fits the returns from all stocks (essentially assuming they all come from a t distribution with the same parameters), or do you want to estimate separate parameters for each stock? If the latter, do you want to assume that the returns of the stocks are all uncorrelated, or are you looking for a 10-dimensional t distribution (one dimension for each stock) with a to-be-estimated correlation structure?
Alex
Alex on 17 Jul 2020
First: One multivariate joint distribution that fits all stocks. In other words I want to estimate 10x10 scale matrix and degrees of freedom.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!