Gets and sets the default value for the tolerance used to determine convergence of the power method for computing dominant eigenvectors and eigenvalues needed by the SIMPLS algorithm.

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

Syntax

C#
public static double DefaultPowerMethodTolerance { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultPowerMethodTolerance As Double
Visual C++
public:
static property double DefaultPowerMethodTolerance {
	double get ();
	void set (double value);
}

See Also