How NARNET is differ from NARXNET in respect of prediction advantages
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuestas (1)
Omega
el 24 de Nov. de 2024
Editada: Omega
el 24 de Nov. de 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:
0 comentarios
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!