Documentation of 'hep.aida.ref.optimizer.jminuit.JMinuitOptimizer' Java class
JMinuitOptimizer
hep.aida.ref.optimizer.jminuit

Class JMinuitOptimizer

    • Constructor Detail

      • JMinuitOptimizer

        public JMinuitOptimizer()
    • Method Detail

      • calculateContour

        public double[][] calculateContour(java.lang.String par1,
                                           java.lang.String par2,
                                           int npts,
                                           double nSigmas)
        Description copied from interface: IOptimizer
        Calculate the contour for two given parameters. The number of points and the number of sigmas can also be specified.
        Specified by:
        calculateContour in interface IOptimizer
        Overrides:
        calculateContour in class AbstractOptimizer
        Parameters:
        par1 - The name of the first parameter.
        par2 - The name of the second parameter.
        npts - The number of points on the contour.
        nSigmas - The number of sigmas for this contour.
        Returns:
        A double array of dimension [2][npts]. For each point on the contour the value of (par1,par2) is returned.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.