代码搜索:extrapolation

找到约 175 项符合「extrapolation」的源代码

代码结果 175
www.eeworm.com/read/179705/9342559

todo

* BUG#14 -- qagil The extrapolation used in qags gives negative results when integrating the small tails of probability distributions using qagil, even though each individual term in the sequence is
www.eeworm.com/read/360770/10078904

m e751.m

%------------------------------------------------------------------ % Example 7.5.1: Romberg Integration %------------------------------------------------------------------ clc clear f
www.eeworm.com/read/360770/10079218

m browse_f.m

%---------------------------------------------------------------- % Usage: browse_f % % Description: This creates an array of strings, nlib_fun, that % contains the module numbe
www.eeworm.com/read/360770/10079261

m nlib.m

%---------------------------------------------------------------------- % Usage: nlib % % Description: Display the contents of the nlib toolbox. The % functions labeled (buil
www.eeworm.com/read/360770/10079291

m aitken.m

function [x,k] = aitken (x0,b,tol,m,ex,f,dm) %---------------------------------------------------------------- % Usage: [x,k] = aitken (x0,b,tol,m,ex,f,dm) % % Description: Apply the contrac
www.eeworm.com/read/253870/12179473

m spline3.m

function yi=spline3(x,y,xi); %SPLINE3 Interpolation and extrapolation by degenerate cubic splines. % Given data vectors x and y and a new absissa vector xi, % the function yi=spline3(x,y,xi) uses
www.eeworm.com/read/424281/10469261

todo

* BUG#14 -- qagil The extrapolation used in qags gives negative results when integrating the small tails of probability distributions using qagil, even though each individual term in the sequence is
www.eeworm.com/read/410206/11298489

m tinterp.m

function fi = tinterp(p,t,f,pi,i) % TINTERP: Triangle based linear interpolation. % % fi = tinterp(p,t,f,pi,fi); % % p : Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc] % t : Mx3
www.eeworm.com/read/410206/11298560

m tinterp.m

function fi = tinterp(p,t,f,pi,i) % TINTERP: Triangle based linear interpolation. % % fi = tinterp(p,t,f,pi,fi); % % p : Nx2 array of nodal XY coordinates, [x1,y1; x2,y2; etc] % t : Mx3
www.eeworm.com/read/384426/8871414

m slinterp.m

function Y = slinterp(X,F) % Y = slinterp(X,F) Simple linear-interpolate X by a factor F % Y will have ((size(X)-1)*F)+1 points i.e. no extrapolation % dpwe@icsi.berkeley.edu fast, narrow ver