Click or drag to resize

ShiftedWaveletTreeBaseT Constructor (Int32, Int32, Double)

Shifted Wavelet Tree simple point window constructor.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public ShiftedWaveletTreeBase(
	int shortestInterval,
	int longestInterval,
	double probability
)

Parameters

shortestInterval
Type: SystemInt32
Shortest detection interval.
longestInterval
Type: SystemInt32
Longest detection interval.
probability
Type: SystemDouble
Per-level detection probability.
See Also