IMSL C# Numerical Library

FactorAnalysis.ConvergenceCriterion2 Property

The convergence criterion used to switch to exact second derivatives.

public double ConvergenceCriterion2 {get; set;}

Property Value

A double used to switch to exact second derivatives.

Remarks

When the largest relative change in the unique standard deviation vector is less than ConvergenceCriterion2, exact second derivative vectors are used. By default, ConvergenceCriterion2 is set to 0.1. Not referenced for principal component, principal factor, image factor, or alpha factor methods.

See Also

FactorAnalysis Class | Imsl.Stat Namespace