Gets and sets the default value for the maximum number of iterations to be performed when use 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 int DefaultMaxPowerIteration { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultMaxPowerIteration As Integer
Visual C++
public:
static property int DefaultMaxPowerIteration {
	int get ();
	void set (int value);
}

See Also