Click or drag to resize

ShiftedWaveletTreeMean.SWTMean.Update Method (Double, Double)

Calculate mean value from raw data.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public void Update(
	double lastValue,
	double nextValue
)

Parameters

lastValue
Type: System.Double
Last value.
nextValue
Type: System.Double
Next value.

Implements

IBurstDetectionFunctional.Update(Double, Double)
See Also