Mgarch

Latest version: v0.3.0

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

0.1.5

0.1.4

Multivariate GARCH

DCC-GARCH(1,1) volatility method for financial log returns. The distribution under the Normal Dist assumption.

Use case:
python
from mgarch import mgarch
rt = (t, n) numpy matrix with t days of observation and n number of assets.
vol = mgarch()
vol.fit(rt)
cov_nextday = vol.predict()

0.1.3

Multivariate GARCH

DCC-GARCH(1,1) volatility method for financial log returns. The distribution under the Normal Dist assumption.

Use case:
python
from mgarch import mgarch
rt = (t, n) numpy matrix with t days of observation and n number of assets.
vol = mgarch()
vol.fit(rt)
cov_nextday = vol.predict()

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.