IMSL C# Numerical Library

FactorAnalysis.MaxStep Property

The maximum number of step halvings allowed during an iteration.

public int MaxStep {get; set;}

Property Value

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

FactorAnalysis Class | Imsl.Stat Namespace