How NARNET is differ from NARXNET in respect of prediction advantages

12 vues (au cours des 30 derniers jours)
srikanta mohapatra
srikanta mohapatra le 8 Sep 2017
Modifié(e) : Omega le 24 Nov 2024
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.

Réponses (1)

Omega
Omega le 24 Nov 2024
Modifié(e) : Omega le 24 Nov 2024
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:

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by