Class PLS1Anova performs a standard ANalysis Of VAriance (ANOVA) for a Partial Least Squares 1 (PLS1) regression model.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class PLS1Anova : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PLS1Anova _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class PLS1Anova : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.PLS1Anova

See Also