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 ?
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.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.