Skip to content

Add MAMean (MA(q)) model with volatility & forecasting support#778

Open
premdev1234 wants to merge 4 commits into
bashtage:mainfrom
premdev1234:feat/ma-mean-model
Open

Add MAMean (MA(q)) model with volatility & forecasting support#778
premdev1234 wants to merge 4 commits into
bashtage:mainfrom
premdev1234:feat/ma-mean-model

Update mean.py

e6036cb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 26, 2025 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1932 in arch/univariate/mean.py

See this annotation in the file changed.

Code scanning / CodeQL

Overwriting attribute in super-class or sub-class Warning

Assignment overwrites attribute _name, which was previously defined in superclass
ARCHModel
.

Check notice on line 1939 in arch/univariate/mean.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.