Show / Hide Table of Contents

Class VariableStatisticBase

Represents a statistic that describes a variable.

Inheritance
System.Object
VariableStatisticBase
CategoryStatistic
SummaryStatistic
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

true if weighted; otherwise, false.

Value

Gets or sets the value of the statistic.

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica