Click or drag to resize
FactorAnalysisMaxStep Property
The maximum number of step halvings allowed during an iteration.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int MaxStep { get; set; }

Property Value

Type: Int32
An int used as the maximum number of step halvings allowed during an iteration.
Remarks
If this property is not set, MaxStep is set to 8. MaxStep is not referenced for PrincipalComponent, PrincipalFactor, ImageFactorAnalysis, or AlphaFactorAnalysis methods.
See Also