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

TFitReport

Declaration

Source position: _crw_funmin.pas line 86

type TFitReport = procedure(

  m: Integer;

  const t: array of Double;

  const y: array of Double;

  const w: array of Double;

  n: Integer;

  const x: array of Double;

  const f: Double;

  const g: array of Double;

  Custom: Pointer;

  Count: Integer;

  const Method: LongString;

  const Comment: LongString

);