|
static void | polynomialfit (double[] x, double[] y, int n, int m, ref int info, ratint.barycentricinterpolant p, polynomialfitreport rep) |
|
static void | polynomialfitwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ratint.barycentricinterpolant p, polynomialfitreport rep) |
|
static void | barycentricfitfloaterhormannwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | barycentricfitfloaterhormann (double[] x, double[] y, int n, int m, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | spline1dfitpenalized (double[] x, double[] y, int n, int m, double rho, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int n, int m, double rho, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfithermitewc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitcubic (double[] x, double[] y, int n, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfithermite (double[] x, double[] y, int n, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinear (double[] y, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, double diffstep, lsfitstate state) |
|
static void | lsfitcreatef (double[,] x, double[] y, double[] c, int n, int m, int k, double diffstep, lsfitstate state) |
|
static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, bool cheapfg, lsfitstate state) |
|
static void | lsfitcreatefg (double[,] x, double[] y, double[] c, int n, int m, int k, bool cheapfg, lsfitstate state) |
|
static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, lsfitstate state) |
|
static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, int n, int m, int k, lsfitstate state) |
|
static void | lsfitsetcond (lsfitstate state, double epsf, double epsx, int maxits) |
|
static void | lsfitsetstpmax (lsfitstate state, double stpmax) |
|
static void | lsfitsetxrep (lsfitstate state, bool needxrep) |
|
static void | lsfitsetscale (lsfitstate state, double[] s) |
|
static void | lsfitsetbc (lsfitstate state, double[] bndl, double[] bndu) |
|
static bool | lsfititeration (lsfitstate state) |
|
static void | lsfitresults (lsfitstate state, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitsetgradientcheck (lsfitstate state, double teststep) |
|
static void | lsfitscalexy (ref double[] x, ref double[] y, ref double[] w, int n, ref double[] xc, ref double[] yc, int[] dc, int k, ref double xa, ref double xb, ref double sa, ref double sb, ref double[] xoriginal, ref double[] yoriginal) |
|
static void | polynomialfit (double[] x, double[] y, int n, int m, ref int info, ratint.barycentricinterpolant p, polynomialfitreport rep) |
|
static void | polynomialfitwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ratint.barycentricinterpolant p, polynomialfitreport rep) |
|
static void | barycentricfitfloaterhormannwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | barycentricfitfloaterhormann (double[] x, double[] y, int n, int m, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | spline1dfitpenalized (double[] x, double[] y, int n, int m, double rho, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitpenalizedw (double[] x, double[] y, double[] w, int n, int m, double rho, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitcubicwc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfithermitewc (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfitcubic (double[] x, double[] y, int n, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | spline1dfithermite (double[] x, double[] y, int n, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | lsfitlinearw (double[] y, double[] w, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinearwc (double[] y, double[] w, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinear (double[] y, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitlinearc (double[] y, double[,] fmatrix, double[,] cmatrix, int n, int m, int k, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitcreatewf (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, double diffstep, lsfitstate state) |
|
static void | lsfitcreatef (double[,] x, double[] y, double[] c, int n, int m, int k, double diffstep, lsfitstate state) |
|
static void | lsfitcreatewfg (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, bool cheapfg, lsfitstate state) |
|
static void | lsfitcreatefg (double[,] x, double[] y, double[] c, int n, int m, int k, bool cheapfg, lsfitstate state) |
|
static void | lsfitcreatewfgh (double[,] x, double[] y, double[] w, double[] c, int n, int m, int k, lsfitstate state) |
|
static void | lsfitcreatefgh (double[,] x, double[] y, double[] c, int n, int m, int k, lsfitstate state) |
|
static void | lsfitsetcond (lsfitstate state, double epsf, double epsx, int maxits) |
|
static void | lsfitsetstpmax (lsfitstate state, double stpmax) |
|
static void | lsfitsetxrep (lsfitstate state, bool needxrep) |
|
static void | lsfitsetscale (lsfitstate state, double[] s) |
|
static void | lsfitsetbc (lsfitstate state, double[] bndl, double[] bndu) |
|
static bool | lsfititeration (lsfitstate state) |
|
static void | lsfitresults (lsfitstate state, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitsetgradientcheck (lsfitstate state, double teststep) |
|
static void | lsfitscalexy (ref double[] x, ref double[] y, ref double[] w, int n, ref double[] xc, ref double[] yc, int[] dc, int k, ref double xa, ref double xb, ref double sa, ref double sb, ref double[] xoriginal, ref double[] yoriginal) |
|
|
static void | spline1dfitinternal (int st, double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | lsfitlinearinternal (double[] y, double[] w, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitclearrequestfields (lsfitstate state) |
|
static void | barycentriccalcbasis (ratint.barycentricinterpolant b, double t, ref double[] y) |
|
static void | internalchebyshevfit (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | barycentricfitwcfixedd (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, int d, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | spline1dfitinternal (int st, double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, spline1d.spline1dinterpolant s, spline1dfitreport rep) |
|
static void | lsfitlinearinternal (double[] y, double[] w, double[,] fmatrix, int n, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | lsfitclearrequestfields (lsfitstate state) |
|
static void | barycentriccalcbasis (ratint.barycentricinterpolant b, double t, ref double[] y) |
|
static void | internalchebyshevfit (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, ref int info, ref double[] c, lsfitreport rep) |
|
static void | barycentricfitwcfixedd (double[] x, double[] y, double[] w, int n, double[] xc, double[] yc, int[] dc, int k, int m, int d, ref int info, ratint.barycentricinterpolant b, barycentricfitreport rep) |
|
static void | clearreport (lsfitreport rep) |
|
static void | estimateerrors (double[,] f1, double[] f0, double[] y, double[] w, double[] x, double[] s, int n, int k, lsfitreport rep, ref double[,] z, int zkind) |
|