Show / Hide Table of Contents

Class VariableStatisticBase

Represents a statistic that describes a variable.

Inheritance
object
VariableStatisticBase
CategoryStatistic
SummaryStatistic
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

true if weighted; otherwise, false.

Value

Gets or sets the value of the statistic.

Declaration
public double Value { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX