On Thu, 6 Dec 2018, Riccardo (Jack) Lucchetti wrote:
On Wed, 5 Dec 2018, Riccardo (Jack) Lucchetti wrote:
> On Wed, 5 Dec 2018, Allin Cottrell wrote:
>
>> On Wed, 5 Dec 2018, Sven Schreiber wrote:
>>
>>> Am 05.12.2018 um 02:47 schrieb Allin Cottrell:
>>>> Sven called for a new release a while back now. So far as I'm
concerned,
>>>> we're about ready. Anyone want to call for a delay? (If so, please
>>>> explain, briefly.)
>>>
>>> Depends on what you call a delay. Personally I guess I have to update the
>>> German translation which should be possible by Friday.
>>> Then there's the small package menu attachment bug I mentioned off-list
>>> yesterday. And the new thing from Ioannis today.
>>
>> OK, so aim for a release next week?
>
> Fine by me!
Uhm, hold on a second. Is this intended?
<hansl>
nulldata 15
setobs 5 1:1 --stacked-cross-section
series u = uniform() - 0.5
series x = u
x = 0.5 * x(-1) + u
print u x -o
</hansl>
<output>
? print u x -o
u x
1:1 0.1531123 0.1531123
1:2 -0.3014429 -0.2248868
1:3 0.1214166 0.008973
2:1 -0.2239053
2:2 -0.3854869
2:3 -0.3844703
[...]
</output>
I vaguely remember some work being done in the field of
autoregressive series generation in panel datasets, but I don't
remember the details right now.
Me neither, but this is clearly wrong so I need to do some digging.
Allin