help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Whittaker Function


From: Carnë Draug
Subject: Re: Whittaker Function
Date: Sat, 28 Jul 2012 16:46:22 +0100

On 28 July 2012 16:12, Markus28 <address@hidden> wrote:
> I can't find the whittaker function in Octave. It's in the symbolic math
> toolbox in Matlab

Maybe it's not implemented yet. Could you submit a patch?

> and in the pracma package in R.

No it is not. The source of that package has:

whittaker <- function(y, lambda = 1600, d = 2) {
    warning("Not yet fully implemented (because of some strange behavior).
  See the example in 'savgol' for working code requiring the SparseM package.")
}

Carnë


reply via email to

[Prev in Thread] Current Thread [Next in Thread]