Show / Hide Table of Contents

Class CategoryStatistic

Represents a statistic about a specific categorical value of a variable.

Inheritance
Object
VariableStatisticBase
CategoryStatistic
Inherited Members
VariableStatisticBase.IsWeighted
VariableStatisticBase.IncludesMissing
VariableStatisticBase.Value
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 CategoryStatistic : VariableStatisticBase

Properties

CategoryStatisticType

Gets or sets the type of the category statistic.

Declaration
public CodeValue CategoryStatisticType { get; set; }
Property Value
Type Description
CodeValue

The type of the category statistic.

In This Article
Back to top Generated by DocFX