Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAFitOptions.MLMaxIterations (property)

Description

Sets or returns the maximum number of iterations of the Maximum Likelihood parameter esimation method. The default value is 100, and the minimum value is 25.

Syntax

object.MLMaxIterations

Return Value

(Long) - the maximum number of iterations.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.FitOptions.MLAccuracy = 1E-8
  SPAApplication.FitOptions.MLMaxIterations = 500
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com