OneWayRAnovaModel.ObservationsPerCell Property

Gets the number of observations per cell.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override int ObservationsPerCell { get; }

Property Value

Int32
If the design is balanced, the number of observations in each cell; otherwise the value -1.

See Also