MATLAB: How to calculate prediction interval for neural network

Deep Learning Toolboxprediction interval

Dear all I have run nftool for fet a regression model with 2 input x1 and x2 for predict Y. How I can get the prediction interval for this neural network model?Please help me Best.

Best Answer

Assume errors are Gaussian distributed with zero mean and std = sqrt(mse).
Hope this helps.
Thank you for formally accepting my answer
Greg