Constructs a Pls1Anova instance for the given PLS1 object.

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

Syntax

C#
public PLS1Anova(
	PLS1 pls
)
Visual Basic (Declaration)
Public Sub New ( _
	pls As PLS1 _
)
Visual C++
public:
PLS1Anova(
	PLS1^ pls
)

Parameters

pls
Type: CenterSpace.NMath.Stats..::.PLS1
Partial least squares object.

See Also