Class EventPostProcessing.DurationConfig
The two properties in this class determine filtering of events based on their duration. The filter removes events whose duration lies outside three standard deviations (SDs) of an expected value. Assuming the duration is normally distributed, three SDs sets hard upper and lower duration bounds that includes 99.7% of instances. The filtering algorithm calculates these hard (3 SD) bounds and removes acoustic events that fall outside the bounds.
Inherited Members
Namespace: AudioAnalysisTools.Events.Types
Assembly: AudioAnalysisTools.dll
Syntax
public class DurationConfig
Properties
| Improve this Doc View SourceDurationStandardDeviation
Gets or sets a value indicating the standard deviation of the expected duration.
Declaration
public double DurationStandardDeviation { get; set; }
Property Value
Type | Description |
---|---|
Double |
ExpectedDuration
Gets or sets a value indicating the Expected duration of an event.
Declaration
public double ExpectedDuration { get; set; }
Property Value
Type | Description |
---|---|
Double |