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