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

ISysApi.WindowedKernelSmoothing

Declaration

Source position: _crw_crwapi.pas line 3069

function ISysApi.WindowedKernelSmoothing(

  const x: array of Double;

  const y: array of Double;

  N: Integer;

  t: Double;

  Window: Double;

  Power: Integer;

  Kernel: TSmoothKernel;

  Custom: Pointer = Nil

):Double;