Gets and sets the PLS1 calculator to use for PLS1 calculations.

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

Syntax

C#
public IPLS1Calc Calculator { get; set; }
Visual Basic (Declaration)
Public Property Calculator As IPLS1Calc
Visual C++
public:
property IPLS1Calc^ Calculator {
	IPLS1Calc^ get ();
	void set (IPLS1Calc^ value);
}

See Also