-
Estimating auto regression params is just an ordinary least regression in disguise (AFAIK). At least as long we don't do any fancy stuff and restrict ourselves to the standard AR(p) processes (no seas…
-
Some additional AutoReg convenience functions would be really nice, replicating the `delay`, `delayN`, `delayI` interface would be great. I've tried to do the same, but the following (a blatant copy p…
-
Thanks for the awesome project. I have enjoyed checking it out.
My plan consists of:
```
module "autoreg_stack" {
source = "github.com/segmentio/stack"
environment = "iac"
key_name = "…
-
first, I just want to thank you for building this awesome library. Very impressive and extremely useful.
I'm running into a bug where I cannot append new data to a DLM that has an AutoReg comp…
-
I'm having a problem with the `Select` widget value that is not updating in the dashboard but it's updated in the sidebar.
I'm working with I believe Tex or KeTeX syntax. For example, take a look a…
-
#### Describe the bug
Setting "seasonal" flag to "True" in AutoReg, creates an error if time series frequency is 15 minutes.
#### Code Sample, a copy-pastable example if possible
```python
mod…
-
Im more than a bit excited about Stack. This is not nit picking, but sharing info because I experience quite a few issues. Using Terrafrom 0.6.16.
On a fresh and branch new stack I have the following…
-
I think i've found a bug in role.pm.
Let me explain my self:
I have packetfence 5.7 up and running ok, also i've switches working via SNMP.
When i set a switch in registration mode, new nodes are ad…
-
Hi Derek,
first of all, let me say I appreciate your work a lot, your Youtube tutorials are really helping me.
After watching your video "Stock Market Prediction: Python for Finance 5", I've been …
-
We should add the two remaining autoregression estimators from `statsmodels` in the `sktime` interface.
- [x] `AutoReg` interfaced as a forecaster - following the `forecasting_simple` extension tem…