Home > freetb4matlab > data-smoothing > ddmat.m

ddmat

PURPOSE ^

%@deftypefn {Function File} {@var{D} =} ddmat (@var{x}, @var{o})

SYNOPSIS ^

function D = ddmat(x, d)

DESCRIPTION ^

% -*- texinfo -*-
%@deftypefn {Function File} {@var{D} =} ddmat (@var{x}, @var{o})
% Compute divided differencing matrix of order @var{o}
%
% @itemize @w
% @item Input
%   @itemize @w
%   @item @var{x}:  vector of sampling positions
%   @item @var{o}:  order of diffferences
%   @end itemize
% @item Output
%   @itemize @w
%   @item @var{D}:  the matrix; @var{D} * Y gives divided differences of order @var{o}
%   @end itemize
% @end itemize
%
%References:  Anal. Chem. (2003) 75, 3631.
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003