[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_lsqpoly' (#crwlib)

TPolynom.FindWeight

Declaration

Source position: _crw_lsqpoly.pas line 90

public function TPolynom.FindWeight(

  const X: array of Double;

  const Y: array of Double;

  const W: array of Double;

  NumPoints: Integer;

  Eps: Double = LsqPolyEps

):Boolean;