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

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

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

Inheritance Hierarchy

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

See Also