sellingsrud

Results 2 issues of sellingsrud

This is a feature request. Currently ```python3 from pandas_datareader.famafrench import FamaFrenchReader description = FamaFrenchReader("F-F_Research_Data_Factors").read()["DESCR"] ``` Returns data as a string with various information, rather than something more easily accessible in...

Suggestion: add a method that checks eigenvalues and returns whether VAR is stable. From browsing the code quickly there's already a function that generates the companion form, so it'll be...