Represents a data cell in an AnovaModel.

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Class Cell _
	Inherits DataArrayElement
C#
public class Cell : DataArrayElement
Visual C++
public ref class Cell : public DataArrayElement

Remarks

A Cell object represents the data corresponding to a specific set of factor levels in an AnovaModel.

Cell objects can not be instantiated directly. Instead, use an indexer property of the CellArray object that holds the complete data set to obtain a reference to a specific cell. The special index All indicates that an indexed property should be evaluated over all levels of the factor.

A cell objects exposes summary statistics for the data in the cell, including the Mean, StandardDeviation, and Variance.

Inheritance Hierarchy

System.Object
  Extreme.Statistics.DataArrayElement
    Extreme.Statistics.Cell