FitCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Int |
public static double Curve( double[] x, double[] y, Func<double, double, double> f, double initialGuess, double tolerance = 1E-08, int maxIterations = 1000 )
[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <param name="initialGuess"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <param name="tolerance"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <param name="maxIterations"/> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]
[Missing <returns> documentation for "M:Altaxo.Calc.Fit.Curve(System.Double[],System.Double[],System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]