Class StatDescriptive
Descriptive class.
Inherited Members
Namespace: QutSensors.Shared
Assembly: Acoustics.Shared.dll
Syntax
public class StatDescriptive
Remarks
Constructors
| Improve this Doc View SourceStatDescriptive()
Initializes a new instance of the Stat
Declaration
public StatDescriptive()
StatDescriptive(Double[])
Initializes a new instance of the Stat
Declaration
public StatDescriptive(double[] dataVariable)
Parameters
Type | Name | Description |
---|---|---|
Double[] | dataVariable | Data array. |
Fields
| Improve this Doc View SourceResult
Descriptive results.
Declaration
public StatDescriptiveResult Result
Field Value
Type | Description |
---|---|
Stat |
Methods
| Improve this Doc View SourceAnalyze()
Run the analysis to obtain descriptive information of the data.
Declaration
public void Analyze()
GreatestCommonDivisior(Int64, Int64)
Get the greatest common divisor of two numbers.
Declaration
public static long GreatestCommonDivisior(long a, long b)
Parameters
Returns
Type | Description |
---|---|
Int64 | Greatest common divisor. |
LowestCommonMultiple(Int64, Int64)
Get the lowest common multiple of two numbers.
Declaration
public static long LowestCommonMultiple(long a, long b)
Parameters
Returns
Type | Description |
---|---|
Int64 | Lowest common multiple. |