Changeset 863 for applications/bdmtoolbox/tutorial/userguide
- Timestamp:
- 03/12/10 13:34:17 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/userguide/arx_basic_example.m
r706 r863 11 11 A1.rv = y; 12 12 A1.rgr = RVtimes([y,u],[-3,-1]) ; % correct structure is {y,y} 13 A1. options ='logbounds,logll';13 A1.log_level ={'bounds','likelihood,'}; 14 14 15 15 M=estimator(DS,{A1});