Click or drag to resize

OneWayAnovaAnovaTable Property

Gets a traditional ANOVA table.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneWayAnovaTable AnovaTable { get; }

Property Value

OneWayAnovaTable
Remarks
Returns a reference to a OneWayAnovaTable that will be overwritten if the SetData() method is invoked on this OneWayAnova instance. If you want an independent copy of the table invoke Clone() on the reference returned by this property.
See Also