Zig Zag Subset
The Zig Zag Subset function returns the input data values that show movement greater than the specified sensitivity percentage value.
1. Syntax
ZIGZAG(d0,s0,Alignment)
2. Input
The Zig Zag Subset function requires the following input:
- d0 - Input data values - The set of data values for which the Zig Zag Subset is calculated.
3. Parameters
The Zig Zag Subset function requires the following parameters:
- s0 - Sensitivity - The Sensitivity parameter is a percentage that is used to filter out smaller data movements. Default value is 10.
- Alignment (Optional) - A hierarchy placeholder to be used as the alignment axis. If an alignment hierarchy is not indicated, the subset is applied to the whole result.
4. Output
The Zig Zag Subset function generates the following output:
- Zig Zag Subset - The Zig Zag Subset result set.