How NARNET is differ from NARXNET in respect of prediction advantages

3 次查看(过去 30 天)
sir
i have gone through NARNET MODEL. i want to know what are the drawback of NARNET. So that NARXnet is done. what is extended here as compared to NARNET.

回答(1 个)

Omega
Omega 2024-11-24
编辑:Omega 2024-11-24
Hi,
NARNET predicts future values of a time series using only its past values. It's simple and works well if the series is not influenced by outside factors. It might not perform well if there are outside influences because it can't use that extra information.
NARXNET, on the other hand, can include outside influences in its predictions, making it better for situations where external factors matter. This makes NARXNET more powerful, but it also requires more data and is a bit more complex to set up.
Choose NARXNET if outside factors are important for your predictions.
You can also go through following related MATLAB Answer:

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by