https://learninghub.kx.com/forums/topic/null-first-n-terms-for-mavg
Hello, how can i set null for first n terms in mavg? For example,
a: til 10
3 mavg a gets:
0 0.5 1 2 3…
How can I set null for the first 2 terms?
i.e. I want to get:
0n 0n 1 2 3…