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 StatDescriptive class. Descriptive analysis default constructor.
Declaration
public StatDescriptive()
StatDescriptive(Double[])
Initializes a new instance of the StatDescriptive class. Descriptive analysis constructor.
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 |
|---|---|
| StatDescriptiveResult |
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
| Type | Name | Description |
|---|---|---|
| Int64 | a | First number. |
| Int64 | b | Second number. |
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
| Type | Name | Description |
|---|---|---|
| Int64 | a | First number. |
| Int64 | b | Second number. |
Returns
| Type | Description |
|---|---|
| Int64 | Lowest common multiple. |