Am 15.03.2021 um 13:25 schrieb Allin Cottrell:
With quarterly AWM loaded, you can't create a monthly series. But you
can get CAN (e.g.) as a monthly column vector:
<hansl>
open AWM.gdt
smpl ok(CAN) --restrict
matrix CAN12 = tdisagg(CAN, ,3, _(verbose=1))
</hansl>
OK, so the series-to-matrix conversion apparently isn't
supported by the
GUI setup? I mean in principle gretl could ask the user "do you want to
receive the result as a matrix in the session?", right?
The "does not seem suitable" message needs revision, I guess. A series
that's "suitable" for in-place disaggregation would be one that is of
lower frequency than the current dataset, this being indicated by one
or other of these patterns:
* Repetition of low-frequency value per sub-period (e.g. an annual
value appearing in each of the 4 quarters).
* Value given for only the first sub-period (e.g. annual value appears
only in Q1, with NAs otherwise).
OK thanks a lot, that is very clear.
sven