IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.lsfit Class Reference

Classes

class  barycentricfitreport
 
class  lsfitreport
 
class  lsfitstate
 
class  polynomialfitreport
 
class  spline1dfitreport
 

Static Public Member Functions

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)
 

Public Attributes

const int rfsmax = 10
 

Static Private Member Functions

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)
 

Member Function Documentation

static void alglib.lsfit.polynomialfit ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
ratint.barycentricinterpolant  p,
polynomialfitreport  rep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.barycentricfitfloaterhormann ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
ratint.barycentricinterpolant  b,
barycentricfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfitpenalized ( double[]  x,
double[]  y,
int  n,
int  m,
double  rho,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfitpenalizedw ( double[]  x,
double[]  y,
double[]  w,
int  n,
int  m,
double  rho,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.spline1dfitcubic ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfithermite ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearw ( double[]  y,
double[]  w,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearwc ( double[]  y,
double[]  w,
double  fmatrix[,],
double  cmatrix[,],
int  n,
int  m,
int  k,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinear ( double[]  y,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearc ( double[]  y,
double  fmatrix[,],
double  cmatrix[,],
int  n,
int  m,
int  k,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewf ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
double  diffstep,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatef ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
double  diffstep,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewfg ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
bool  cheapfg,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatefg ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
bool  cheapfg,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewfgh ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatefgh ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitsetcond ( lsfitstate  state,
double  epsf,
double  epsx,
int  maxits 
)
inlinestatic
static void alglib.lsfit.lsfitsetstpmax ( lsfitstate  state,
double  stpmax 
)
inlinestatic

Referenced by alglib.lsfitsetstpmax().

static void alglib.lsfit.lsfitsetxrep ( lsfitstate  state,
bool  needxrep 
)
inlinestatic

Referenced by alglib.lsfitsetxrep().

static void alglib.lsfit.lsfitsetscale ( lsfitstate  state,
double[]  s 
)
inlinestatic

Referenced by alglib.lsfitsetscale().

static void alglib.lsfit.lsfitsetbc ( lsfitstate  state,
double[]  bndl,
double[]  bndu 
)
inlinestatic
static void alglib.lsfit.lsfitresults ( lsfitstate  state,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitsetgradientcheck ( lsfitstate  state,
double  teststep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.lsfitlinearinternal ( double[]  y,
double[]  w,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestaticprivate
static void alglib.lsfit.lsfitclearrequestfields ( lsfitstate  state)
inlinestaticprivate
static void alglib.lsfit.barycentriccalcbasis ( ratint.barycentricinterpolant  b,
double  t,
ref double[]  y 
)
inlinestaticprivate
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.polynomialfit ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
ratint.barycentricinterpolant  p,
polynomialfitreport  rep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic

References alglib.ap.assert().

static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.barycentricfitfloaterhormann ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
ratint.barycentricinterpolant  b,
barycentricfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfitpenalized ( double[]  x,
double[]  y,
int  n,
int  m,
double  rho,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfitpenalizedw ( double[]  x,
double[]  y,
double[]  w,
int  n,
int  m,
double  rho,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.spline1dfitcubic ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.spline1dfithermite ( double[]  x,
double[]  y,
int  n,
int  m,
ref int  info,
spline1d.spline1dinterpolant  s,
spline1dfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearw ( double[]  y,
double[]  w,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearwc ( double[]  y,
double[]  w,
double  fmatrix[,],
double  cmatrix[,],
int  n,
int  m,
int  k,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinear ( double[]  y,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitlinearc ( double[]  y,
double  fmatrix[,],
double  cmatrix[,],
int  n,
int  m,
int  k,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewf ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
double  diffstep,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatef ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
double  diffstep,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewfg ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
bool  cheapfg,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatefg ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
bool  cheapfg,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatewfgh ( double  x[,],
double[]  y,
double[]  w,
double[]  c,
int  n,
int  m,
int  k,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitcreatefgh ( double  x[,],
double[]  y,
double[]  c,
int  n,
int  m,
int  k,
lsfitstate  state 
)
inlinestatic
static void alglib.lsfit.lsfitsetcond ( lsfitstate  state,
double  epsf,
double  epsx,
int  maxits 
)
inlinestatic
static void alglib.lsfit.lsfitsetstpmax ( lsfitstate  state,
double  stpmax 
)
inlinestatic
static void alglib.lsfit.lsfitsetxrep ( lsfitstate  state,
bool  needxrep 
)
inlinestatic
static void alglib.lsfit.lsfitsetscale ( lsfitstate  state,
double[]  s 
)
inlinestatic
static void alglib.lsfit.lsfitsetbc ( lsfitstate  state,
double[]  bndl,
double[]  bndu 
)
inlinestatic
static bool alglib.lsfit.lsfititeration ( lsfitstate  state)
inlinestatic
static void alglib.lsfit.lsfitresults ( lsfitstate  state,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestatic
static void alglib.lsfit.lsfitsetgradientcheck ( lsfitstate  state,
double  teststep 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestatic
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.lsfitlinearinternal ( double[]  y,
double[]  w,
double  fmatrix[,],
int  n,
int  m,
ref int  info,
ref double[]  c,
lsfitreport  rep 
)
inlinestaticprivate
static void alglib.lsfit.lsfitclearrequestfields ( lsfitstate  state)
inlinestaticprivate
static void alglib.lsfit.barycentriccalcbasis ( ratint.barycentricinterpolant  b,
double  t,
ref double[]  y 
)
inlinestaticprivate
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.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 
)
inlinestaticprivate
static void alglib.lsfit.clearreport ( lsfitreport  rep)
inlinestaticprivate
static void alglib.lsfit.estimateerrors ( double  f1[,],
double[]  f0,
double[]  y,
double[]  w,
double[]  x,
double[]  s,
int  n,
int  k,
lsfitreport  rep,
ref double  z[,],
int  zkind 
)
inlinestaticprivate

Member Data Documentation

const int alglib.lsfit.rfsmax = 10

The documentation for this class was generated from the following file: