From d97df53d72f66db206da540e909679fa863b51b6 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Wed, 29 Nov 2017 17:34:00 +0530 Subject: Added xml files and new functions --- macros/fractdiff.sci | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'macros/fractdiff.sci') diff --git a/macros/fractdiff.sci b/macros/fractdiff.sci index 1731dc1..979a079 100644 --- a/macros/fractdiff.sci +++ b/macros/fractdiff.sci @@ -1,4 +1,10 @@ function y= fractdiff(x,d) +//Compute the fractional differences (1-L)^d x where L denotes the lag-operator and d is greater than -1. +//Calling Sequence +// fractdiff (X, D) +//Description +//This is an Octave function. +//Compute the fractional differences (1-L)^d x where L denotes the lag-operator and d is greater than -1. funcprot(0); rhs= argn(2); if(rhs < 2 | rhs >2) -- cgit