Skip to content
Snippets Groups Projects
Commit 8afd3dba authored by K. Hauke Kraemer's avatar K. Hauke Kraemer
Browse files

debug pred-tests #3

parent 3061a63d
No related branches found
Tags v5.17
No related merge requests found
...@@ -29,7 +29,7 @@ y2 = data[end-T_steps+1:end,2] ...@@ -29,7 +29,7 @@ y2 = data[end-T_steps+1:end,2]
# Prediction range-function, zeroth predictor first comp-MSE # Prediction range-function, zeroth predictor first comp-MSE
delays = 0:5 delays = 0:10
runs = 10 runs = 10
Random.seed!(1234) Random.seed!(1234)
...@@ -75,8 +75,8 @@ L_mcdts2 = best_node.L ...@@ -75,8 +75,8 @@ L_mcdts2 = best_node.L
# Prediction range-function, zeroth predictor mean-KL # Prediction range-function, zeroth predictor mean-KL
delays = 0:5 delays = 0:10
runs = 5 runs = 10
Random.seed!(1234) Random.seed!(1234)
Tw = 1 #prediction horizon Tw = 1 #prediction horizon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment