Previous Up Next

15.2.23  Poisson window function: poisson_window

The poisson_window command finds a Poisson window of a sequence.


Example.
Input:

L0:=randvector(1000,0..1):;
scatterplot(L0);

Output:

Input:

L:=poisson_window(L0,2):;
scatterplot(L);

Output:


Previous Up Next