The regular grid method (RG) uses the minimum, the maximum and the step defined for each physical parameter defined in the components to set the corresponding grids of values.
where \(x^{ij}\) and \(\theta^{ij}\) designate respectively the value and the step of the jth parameter of the ith component. The resulting models used in the computation are the cartesian products of these values of parameters.
The computation of the minimum \(\chi^{2}\) with the regular grid method, you must provide the function computeChi2MinUsingRG with the components he/she wants to use.
Usage:
userInputs.computeChi2MinUsingRG(component1, component2, ...)
Examples
Example with one component:
userInputs.computeChi2MinUsingRG(component1)
Example with two components:
userInputs.computeChi2MinUsingRG(component1, component2)