ShiftedWaveletTreeMin Constructor (TimeSpan, TimeSpan, Double) |
Shifted Wavelet Tree simple time window constructor.
Namespace:
FinAnalysis.BurstDetection
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public ShiftedWaveletTreeMin(
TimeSpan shortestInterval,
TimeSpan longestInterval,
double probability
)
Parameters
- shortestInterval
- Type: SystemTimeSpan
Shortest detection interval. - longestInterval
- Type: SystemTimeSpan
Longest detection interval. - probability
- Type: SystemDouble
Per-level detection probability.
See Also