Navigation

Operators and Keywords

Function List:

C++ API

Function File: D = ddmat (x, o)

Compute divided differencing matrix of order o

  • Input
    • x: vector of sampling positions
    • o: order of diffferences
  • Output
    • D: the matrix; D * Y gives divided differences of order o

References: Anal. Chem. (2003) 75, 3631.

Package: data-smoothing