How NARNET is differ from NARXNET in respect of prediction advantages
조회 수: 11 (최근 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.
댓글 수: 0
답변 (1개)
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:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!