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

SPA SDK Help HomeLearn More About the SPA SDK

SPAFitOptions.GofCSEqualProb (property)

Description

Sets or returns the Chi-Squared GOF test binning method.

Syntax

object.GofCSEqualProb

Return Value

(Boolean) - the current binning method:

Value
Description
True Equal probability binning.
False Equal width binning.

Example

Sub Test()
  SPAApplication.Initialize
  SPAApplication.FitOptions.GofCSEqualProb = False
End Sub
  
Copyright © MathWave Technologies
www.mathwave.com