Class IndexDistributions.SpectralStats
Inheritance
IndexDistributions.SpectralStats
Assembly: AudioAnalysisTools.dll
public class SpectralStats
Properties
|
Improve this Doc
View Source
Declaration
public int Count { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int[] Distribution { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double Maximum { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double Minimum { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int ModalBin { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double Mode { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public double StandardDeviation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int UpperPercentile { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int UpperPercentileBin { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void GetValueOfNthPercentile(int percentile, out int binId, out double value)
Parameters
Extension Methods