Class VariableStatisticBase
Represents a statistic that describes a variable.
Inheritance
System.Object
VariableStatisticBase
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class VariableStatisticBase : object
Properties
IncludesMissing
Gets or sets a valude indicating whether the statistic includes missing data.
Declaration
public bool IncludesMissing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWeighted
Gets or sets a value indicating whether this VariableStatisticBase is weighted.
Declaration
public bool IsWeighted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Value
Gets or sets the value of the statistic.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |