SugiharaLab/pyEDM

Quantifying uncertainity in forecasts

Closed this issue · 3 comments

Hi I'm new to EDM. Is there statistical uncertainty associated with generating the parameters and/or making forecasts with EDM? If so, is it possible to quantify?

Thank you! Does the same column exist for an sMap forecast?

Yes. The same metric as simplex is used. It would perhaps be better to have one derived from the SMap linear system residuals, but this is not formulated/implemented yet.

>>> SM = SMap( dataFrame = sampleData["block_3sp"], lib = "1 99", pred = "105 190",  E = 3, columns = "x_t", target = "x_t", theta = 3 )
>>> SM.keys()
dict_keys(['predictions', 'coefficients'])
>>> SM['predictions'].head(5)
  time  Observations  Predictions  Pred_Variance
0  107     -0.212900          NaN            NaN
1  108      1.140320     0.840418       0.999999
2  109     -1.152276    -1.472882       2.209543
3  110      0.585776     0.600260       0.478918
4  111      0.022673     0.155858       0.645198