Click or drag to resize

IBurstDetectionFunctional Interface

Burst detection function interface.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public interface IBurstDetectionFunctional

The IBurstDetectionFunctional type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize object fields.
Public methodUpdate(Double)
Calculate object value for object and value.
Public methodUpdate(Double, Double)
Calculate object value from raw data.
Public methodUpdate(IBurstDetectionFunctional, IBurstDetectionFunctional)
Calculate object value for underlying objects.
Public methodValue
The C# Interfaces cannot contain operators, so this function do this.
Top
See Also