How to calculate prediction interval of ANN?
3 views (last 30 days)
Show older comments
How the prediction interval of a neural network can be calculated?
0 Comments
Accepted Answer
Greg Heath
on 1 Nov 2016
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 Comments
Greg Heath
on 3 Nov 2016
That is a pointwise formula. What you want is
[-sqrt(mse), sqrt(mse) ]
Hope this helps.
Greg
More Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!