[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pade function in Octave?
From: |
Dmitri A. Sergatskov |
Subject: |
Re: pade function in Octave? |
Date: |
Thu, 31 Oct 2019 19:28:02 -0400 |
On Thu, Oct 31, 2019 at 7:15 PM vivek guajri <address@hidden> wrote:
>
> Okay. Thank you for letting me know.
> I thought it is similar to polyfit function where it fits the data to a
> polynomial equation.
If you want to fit the data to orthogonal polynomials than you want to
use something like Chebyshev
or Legendre polinomial fit. Pade is to approximate functions not data.
Dmitri.
--