Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.055.426 Times

Taylor Polynomial Approximation software
Filter: All | Freeware | Demo
 

Taylor Polynomial Approximation

< 1 2 3 4 5 > 

Stationary phase approximation for performing Fourier Transforms This function allows one to calculate the Fourier transform of a chirped function evaluated at specific points using the stationary phase approximation.Imagine a pulse with a large time-bandwidth produce: this would require a large amount of data points in order to evaluate the Fourier transform....



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Stationary phase approximation for performing Fourier Transforms Download

Added: June 29, 2013 | Visits: 243

Datum2D.m Arbitrary-order polynomial datum is fit to and extracted from input xy data. Outliers - defined based either on a non-parametric or mutliples-of-standard deviation criteria - are optionally identified and "set aside". The interative solution proceeds until there are no remaining outliers in the...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Datum2D.m Download

Added: June 01, 2013 | Visits: 328

Generalized Laguerre polynomial LaguerreGen calculates the generalized Laguerre polynomial L{n, alpha}This function computes the generalized Laguerre polynomial L{n,alpha}.If no alpha is supplied, alpha is set to zero and this function calculates the "normal" Laguerre polynomial.Input: - n = nonnegative integer as degree level...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Generalized Laguerre polynomial Download

Added: May 11, 2013 | Visits: 612

American Call option Pricing Approximation Here is the code for the pricing of an american call option with one dividend. This is the Roll, Geske,Whaley approximation of an AMerican call with one dividend. This code makes use of Bivariate normal distribution and normal distribution. More pricing options would be followed soon.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): American Call option Pricing Approximation Download

Added: September 04, 2013 | Visits: 358

Voigt funtcion approximation - Humlicek Region This is an approximation of the Voigt function within the Humlicek regions 3 and 4. The approximation is one given by S.M. Abrarov et. al. "High-accurace approximation of the complex probability function byFourier expansion of exponential multiplier" (2010).x = sqrt(ln(2))*(nu - nu0)/alphaDy =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Voigt funtcion approximation - Humlicek Region Download

Added: August 31, 2013 | Visits: 429

Polynomial division by convolution -- up to finite terms Polynomial division by convolution.Calculate inverse Z-transform -- (Polynomial division) - Up to K terms, q(z) = b(z)/a(z),where b(z)=b(0)+...+b(k)/z^k +...+b(n)/z^n. a(z)=a(0)+...+a(k)/z^k +...+a(m)/z^m. q(z)=q(0)+...+q(k)/z^k +...+q(K)/z^K + ......If coefficients of b(x) and a(x) are all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Polynomial division by convolution -- up to finite terms Download

Added: May 12, 2013 | Visits: 326

Polynomial Square Root It returns a vector POL, if it exists, such that conv(POL,POL) = P. P is a vector whose elements are the coefficients of a polynomial in descending powers


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Polynomial Square Root Download

Added: August 20, 2013 | Visits: 470

Fuzzy Approximation Here we have an unknown function but we can have every value of function respect to every input. so there I used a fuzzy approximation method Ito approximate the function, here I used sin function to compare answers.there is a function "isinrange" to find membership values.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fuzzy Approximation Download

Added: August 17, 2013 | Visits: 397

Lagrange polynomial % Polynomial Interpolation Problem: Lagrange Form% x and y are vectors with the same dimensions% Given n points: (x_k,y_k) k = 1,2,...n% this function finds a polynomial P(x) of degree less% than n such that P(x_k) = y_k% --% Remarks:% The resulting polynomial is displayed in symbolic notation%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (41): Lagrange polynomial Download

Added: August 30, 2013 | Visits: 293

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): The polynomial regression method Download

Added: July 29, 2013 | Visits: 304

Polynomial Factorization POLYFACT Polynomial FactorizationQ = POLYFACT(A) returns the factorization of polynomial A. Input variable A must be a vector with integer coefficients in descending order. e.g. [3 7 2] represents 3*x^2+7x+2 Output Q is a cell array with each index being a polynomial factor, with integer...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Polynomial Factorization Download

Added: August 01, 2013 | Visits: 599

Fourier series with sigma approximation Program FFTSIGMA plots Fourier series representations with sigma approximation. The figures show effects of the number of series terms and use of Lanczos sigma factors to smooth Gibbs oscillations. The Fourier series of a periodic function with period px has the approximate form: f(x) = sum(...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Fourier series with sigma approximation Download

Added: July 10, 2013 | Visits: 280

Voigt funtcion approximation - Humlicek Region 1 This is an approximation of the Voigt function within the Humlicek regions 3 and 4. The approximation is one given by S.M. Abrarov et. al. "High-accurace approximation of the complex probability function byFourier expansion of exponential multiplier" (2010).x = sqrt(ln(2))*(nu - nu0)/alphaDy =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Voigt funtcion approximation - Humlicek Region 1 Download

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: April 27, 2013 | Visits: 487

Constrained Hermite Taylor Series Least Squares Like the finite difference method, the Taylor Series Least Squares method can be used to estimate derivatives. The TLS technique can be used to estimate derivatives from scattered or unstructured data. The Hermite Taylor Series Least Squares technique augments the TLS approach with information...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Constrained Hermite Taylor Series Least Squares Download

Polynomiography of Newton method for one parameter cubic polynomial This code permits us to generate the polynomiographyof the Newton's method for the one parameter cubic polynomial p(z)= z^3+(c-1)*z-c, where c is the parameter spaceWe first check that 0 is a free critical point of Newton method for the polynomial p(z)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Polynomiography of Newton method for one parameter cubic polynomial Download

Analytical Approximation of American Put option derived by G. BARONE-ADESI and R. E. WHALEY 1987. This computes an approximation of American Put option value and can plot it against asset's priceEfficient Analytical Approximation of American Option Values G. BARONE-ADESI and R. E. WHALEY 1987.This code computes the Put option approximation derived in the above paper. A critical share price...


Platforms: Matlab


Added: April 19, 2013 | Visits: 568

Taylor Diagram Plot a Taylor diagram from statistics values given by STDs (standard deviations), RMSs (centered root mean square difference) and CORs (correlation)Ref: K. TaylorSummarizing multiple aspects of model performance in a single diagram. JGR 2001


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (51): Taylor Diagram Download

Added: August 07, 2013 | Visits: 390

Julia set boundary approximation with mouse control This function shows an approximation of the Julia set boundary for the functions of the form P(z) = z^2 + C. The inverse iteration is a method for calculating previous values of z by doing z = sqrt(z-c). By doing this, points along the boundary are obtained. Since the sqrt will give two possible...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Julia set boundary approximation with mouse control Download

Added: June 05, 2013 | Visits: 478

2D polynomial fitting with SVD Use coeffs = fit2dPolySVD(x, y, z, order) to fit a polynomial of x and y so that it provides a best fit to the data z.Uses SVD which is robust even if the data is degenerate. Will always produce a least-squares best fit to the data even if the data is overspecified or underspecified.x, y, z are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): 2D polynomial fitting with SVD Download

< 1 2 3 4 5 >