Deal with options_.nobs and options_.first_obs in master
With the new data interface, these fields are not always set, leading to crashes in different places. For example, recursive forecasting still relies on those fields. See also afb5be20
We need to decide on how to treat them. Are these field properties of the dataset to be moved into dataset_
? Or are they to be used as options in other commands?