@@ -112,7 +112,7 @@ Array inputs, with the frequencies set to low, medium and high respectively.
|
|||||||
```python
|
```python
|
||||||
import numpy as np
|
import numpy as np
|
||||||
forecast_input = [
|
forecast_input = [
|
||||||
np.sin(np.linspace(0, 20, 100))
|
np.sin(np.linspace(0, 20, 100)),
|
||||||
np.sin(np.linspace(0, 20, 200)),
|
np.sin(np.linspace(0, 20, 200)),
|
||||||
np.sin(np.linspace(0, 20, 400)),
|
np.sin(np.linspace(0, 20, 400)),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user