How to calculate prediction interval of ANN?
3 次查看(过去 30 天)
显示 更早的评论
How the prediction interval of a neural network can be calculated?
0 个评论
采纳的回答
Greg Heath
2016-11-1
Assuming you mean a NARXNET, there is no analytic formula.
It depends on the significant cross-correlations of the input and target and the significant autocorrelations of the target.
Hope this helps
Thank you for formally accepting my answer.
Greg
3 个评论
Greg Heath
2016-11-3
That is a pointwise formula. What you want is
[-sqrt(mse), sqrt(mse) ]
Hope this helps.
Greg
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!