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

WindowedIntegrationSmoothing

Declaration

Source position: _crw_spline.pas line 194

function WindowedIntegrationSmoothing(

  const x: array of Double;

  const y: array of Double;

  N: Integer;

  Where: Double;

  Window: Double;

  Kernel: TSmoothKernel;

  CustomData: Pointer = Nil

):Double;