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

SPA SDK Help HomeLearn More About the SPA SDK

SPAFitOptions.MLAccuracy (property)

Description

Sets or returns the accuracy of the Maximum Likelihood parameter esimation method. The default accuracy value is 1E-5, and the allowed range is [1E-8; 1E-2].

Syntax

object.MLAccuracy

Return Value

(Double) - the MLE accuracy.

Example

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