필터 지우기
필터 지우기

Dealing with NaN in idnlgrey

조회 수: 4 (최근 30일)
Andres
Andres 2012년 6월 16일
Hi
Anyone could tell me how to use the pem(Prediction error estimate) function to estimate a non linear grey model if I have NaN (missing values) in some points of the observations ?
Thanks!

답변 (1개)

Rajiv Singh
Rajiv Singh 2012년 6월 27일
Missing data cannot be directly handled by an estimation routine. You must "fix" your data appropriately in advance. Some things to try:
1. See MISDATA where you can fit in the missing values if you have some knowledge of the underlying process that generated the data. See: http://www.mathworks.in/help/toolbox/ident/ref/misdata.html
2. If the missing samples are found in small isolated clusters, you can split the data into independent NaN-free segments. Represent each segment as an iddata object. Then MERGE the resulting data objects into one "multi-experiment" data object. See: http://www.mathworks.in/help/toolbox/ident/ref/mergeiddata.html
The merged multi-experiment data object can then be used for estimation.

카테고리

Help CenterFile Exchange에서 Nonlinear Grey-Box Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by