How should I represent a lack of information in my lag locations when performing time series prediction with an explanatory set of multiple variables and a response set of 1 variable, with a 0 or NaN? What is preferred and for what reason, what impacts on my network prediciton (output) will I see if I choose either 0 or NaN?
0.789389068 NaN NaN
0.635048232 0.789389068 NaN
0.602893891 0.635048232 0.789389068
0.459807074 0.602893891 0.635048232
0.752411576 0.459807074 0.602893891
0.718649518 0.752411576 0.459807074
OR
0.789389068 0 0
0.635048232 0.789389068 0
0.602893891 0.635048232 0.789389068
0.459807074 0.602893891 0.635048232
0.752411576 0.459807074 0.602893891
0.718649518 0.752411576 0.459807074