IBurstDetectionFunctional Interface |
Namespace: FinAnalysis.BurstDetection
public interface IBurstDetectionFunctional
The IBurstDetectionFunctional type exposes the following members.
Name | Description | |
---|---|---|
Initialize |
Initialize object fields.
| |
Update(Double) |
Calculate object value for object and value.
| |
Update(Double, Double) |
Calculate object value from raw data.
| |
Update(IBurstDetectionFunctional, IBurstDetectionFunctional) |
Calculate object value for underlying objects.
| |
Value |
The C# Interfaces cannot contain operators, so this function do this.
|