《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.2 Special Functions 6.2 Incomplete Gamma Function, Error Function, Chi-Square Probability Function, Cumulative Poisson Function

216 Chapter 6.Special Functions which is related to the gamma function by B(z,w)= I(z)T(w) I(z+w) (6.1.9) hence #include float beta(float z,float w) Returns the value of the beta function B(z,w). 83 float gammln(float xx); granted for 19881992 return exp(gammln(z)+gammln(w)-gammln(z+w)); Ca1-800-72 (including this one) /Cambridge users to make one paper NUMERICAL RECIPES IN CITED REFERENCES AND FURTHER READING: (Nort server Abramowitz,M.,and Stegun,I.A.1964,Handbook of Mathematical Functions,Applied Mathe- matics Series,Volume 55 (Washington:National Bureau of Standards;reprinted 1968 by America computer e University Press. THE Dover Publications,New York),Chapter 6. ART Lanczos,C.1964,SIAM Journal on Numerical Analysis,ser.B.vol.1,pp.86-96.[1] 9 6.2 Incomplete Gamma Function,Error Function,Chi-Square Probability Function, Cumulative Poisson Function OF SCIENTIFIC COMPUTING (ISBN 198918920 The incomplete gamma function is defined by 10-521 Pa,x)=a,=1 e-ta-ldt 43106 r(a) -I(a)Jo (a>0) (6.2.1) Numerical Recipes It has the limiting values (outside North Software. P(a,0)=0andP(a,o))=1 (6.2.2) The incomplete gamma function P(a,z)is monotonic and (for a greater than one or visit website so)rises from“near-zero”to“near-unity”in a range of x centered on about a-l, and of width about va (see Figure 6.2.1). The complement of P(a.is also confusingly called an incomplete gamma function. oa1-Pa=筒=高厂e- (a>0)(6.2.3)
216 Chapter 6. Special Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). which is related to the gamma function by B(z,w) = Γ(z)Γ(w) Γ(z + w) (6.1.9) hence #include float beta(float z, float w) Returns the value of the beta function B(z, w). { float gammln(float xx); return exp(gammln(z)+gammln(w)-gammln(z+w)); } CITED REFERENCES AND FURTHER READING: Abramowitz, M., and Stegun, I.A. 1964, Handbook of Mathematical Functions, Applied Mathematics Series, Volume 55 (Washington: National Bureau of Standards; reprinted 1968 by Dover Publications, New York), Chapter 6. Lanczos, C. 1964, SIAM Journal on Numerical Analysis, ser. B, vol. 1, pp. 86–96. [1] 6.2 Incomplete Gamma Function, Error Function, Chi-Square Probability Function, Cumulative Poisson Function The incomplete gamma function is defined by P(a, x) ≡ γ(a, x) Γ(a) ≡ 1 Γ(a) x 0 e−t t a−1dt (a > 0) (6.2.1) It has the limiting values P(a, 0) = 0 and P(a, ∞)=1 (6.2.2) The incomplete gamma function P(a, x) is monotonic and (for a greater than one or so) rises from “near-zero” to “near-unity” in a range of x centered on about a − 1, and of width about √a (see Figure 6.2.1). The complement of P(a, x) is also confusingly called an incomplete gamma function, Q(a, x) ≡ 1 − P(a, x) ≡ Γ(a, x) Γ(a) ≡ 1 Γ(a) ∞ x e−t t a−1dt (a > 0) (6.2.3)

6.2 Incomplete Gamma Function 217 TT 1.0 0.5 1.0 a=3.0 6 a=10 Permission is granted for 2 .com or call 1-800-872- (including this one) internet 0 from NUMERICAL RECIPES IN C: 0 2 68 10 12 14 to any server computer, -7423 (North America t users to make one paper 1988-1992 by Cambridge University Press. THE Figure 6.2.1.The incomplete gamma function P(a,x)for four values of a. only). It has the limiting values Programs Q(a,0)=1 and Q(a,o)=0 (6.2.4) The notations P(a,r),(a,x),and I(a,x)are standard;the notation Q(a,x)is specific to this book. There is a series development for (a,)as follows: 1881892 ART OF SCIENTIFIC COMPUTING (ISBN Y(a,r)=e-rza I(a) (6.2.5) n=0 T(a+1+n) 10-521 One does not actually need to compute a new I(a+1+n)for each n;one rather uses equation (6.1.3)and the previous coefficient. Numerical Recipes 431085 A continued fraction development for r(a,x)is (outside T(a,r)=e-=ra 11-a12-a2 x+1+x+1+x+ (x>0) (6.2.6) North Software. It is computationally better to use the even part of(6.2.6),which converges twice as fast (see 85.2): visit website I(a,z)=e-=za 11·(1-a)2.(2-a) x+1-a-x+3-a-x+5-a- (x>0) (6.2.7) It turns out that (6.2.5)converges rapidly for x less than about a +1,while (6.2.6)or(6.2.7)converges rapidly for x greater than about a+1.In these respective
6.2 Incomplete Gamma Function 217 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). 0 2 4 6 8 10 12 14 0 .2 .4 .6 .8 1.0 a = 3.0 1.0 0.5 incomplete gamma function P(a,x) x a = 10 Figure 6.2.1. The incomplete gamma function P(a, x) for four values of a. It has the limiting values Q(a, 0) = 1 and Q(a, ∞)=0 (6.2.4) The notations P(a, x), γ(a, x), and Γ(a, x) are standard; the notation Q(a, x) is specific to this book. There is a series development for γ(a, x) as follows: γ(a, x) = e−xxa ∞ n=0 Γ(a) Γ(a +1+ n) xn (6.2.5) One does not actually need to compute a new Γ(a +1+ n) for each n; one rather uses equation (6.1.3) and the previous coefficient. A continued fraction development for Γ(a, x) is Γ(a, x) = e−xxa 1 x + 1 − a 1 + 1 x + 2 − a 1 + 2 x + ··· (x > 0) (6.2.6) It is computationally better to use the even part of (6.2.6), which converges twice as fast (see §5.2): Γ(a, x) = e−xxa 1 x + 1 − a − 1 · (1 − a) x + 3 − a − 2 · (2 − a) x + 5 − a − ··· (x > 0) (6.2.7) It turns out that (6.2.5) converges rapidly for x less than about a + 1, while (6.2.6) or (6.2.7) converges rapidly for x greater than about a+ 1. In these respective

218 Chapter 6.Special Functions regimes each requires at most a few times va terms to converge,and this many only near =a,where the incomplete gamma functions are varying most rapidly Thus (6.2.5)and (6.2.7)together allow evaluation of the function for all positive a and x.An extra dividend is that we never need compute a function value near zero by subtracting two nearly equal numbers.The higher-level functions that return P(a,r)and Q(a,x)are float gammp(float a,float x) Returns the incomplete gamma function P(a,z). f void gcf(float *gammcf,float a,float x,float *gln); void gser(float *gamser,float a,float x,float *gln); void nrerror(char error_text []) (including float gamser,gammcf,gIn; 19881992 if (x #define ITMAX 100 #define EPS 3.0e-7 void gser(float *gamser,float a,float x,float *gln) Returns the incomplete gamma function P(a,evaluated by its series representation as gamser Also returns InI(a)as gln. float gammln(float xx);
218 Chapter 6. Special Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). regimes each requires at most a few times √a terms to converge, and this many only near x = a, where the incomplete gamma functions are varying most rapidly. Thus (6.2.5) and (6.2.7) together allow evaluation of the function for all positive a and x. An extra dividend is that we never need compute a function value near zero by subtracting two nearly equal numbers. The higher-level functions that return P(a, x) and Q(a, x) are float gammp(float a, float x) Returns the incomplete gamma function P(a, x). { void gcf(float *gammcf, float a, float x, float *gln); void gser(float *gamser, float a, float x, float *gln); void nrerror(char error_text[]); float gamser,gammcf,gln; if (x #define ITMAX 100 #define EPS 3.0e-7 void gser(float *gamser, float a, float x, float *gln) Returns the incomplete gamma function P(a, x) evaluated by its series representation as gamser. Also returns ln Γ(a) as gln. { float gammln(float xx);

6.2 Incomplete Gamma Function 219 void nrerror(char error_text []) int n; float sum,del,api *gln=gammln(a); if(x 是 #define ITMAX 100 Maximum allowed number of iterations Programs #define EPS 3.0e-7 Relative accuracy. #define FPMIN 1.0e-30 Number near the smallest representable floating-point number void gcf(float *gammcf,float a,float x, float *gln) Returns the incomplete gamma function Q(a,x)evaluated by its continued fraction represen- to dir Copyright (C) tation as gammcf.Also returns InI(a)as gln. float gammln(float xx); void nrerror(char error_text []) int i; ART OF SCIENTIFIC COMPUTING(ISBN 0-521 float an,b,c,d,del,h; *gln=gammln(a); b=x+1.0-a; Set up for evaluating continued fraction c=1.0/FPMIN; by modified Lentz's method ($5.2) 餐8质 1988-1992 by Numerical Recipes d=1.0/b; with bo =0. Numerical Recipes books or -431085 h=d; for (i=1;iITMAX)nrerror("a too large,ITMAX too small in gcf"); *gammcf=exp(-x+a*log(x)-(*gln))*h; Put factors in front
6.2 Incomplete Gamma Function 219 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). void nrerror(char error_text[]); int n; float sum,del,ap; *gln=gammln(a); if (x #define ITMAX 100 Maximum allowed number of iterations. #define EPS 3.0e-7 Relative accuracy. #define FPMIN 1.0e-30 Number near the smallest representable floating-point number. void gcf(float *gammcf, float a, float x, float *gln) Returns the incomplete gamma function Q(a, x) evaluated by its continued fraction representation as gammcf. Also returns ln Γ(a) as gln. { float gammln(float xx); void nrerror(char error_text[]); int i; float an,b,c,d,del,h; *gln=gammln(a); b=x+1.0-a; Set up for evaluating continued fraction by modified Lentz’s method (§5.2) with b0 = 0. c=1.0/FPMIN; d=1.0/b; h=d; for (i=1;i ITMAX) nrerror("a too large, ITMAX too small in gcf"); *gammcf=exp(-x+a*log(x)-(*gln))*h; Put factors in front. }

220 Chapter 6. Special Functions Error Function The error function and complementary error function are special cases of the incomplete gamma function,and are obtained moderately efficiently by the above procedures.Their definitions are 2 erf(x)= e-dt (6.2.8) and 2 erfc(x)≡l-erf(x)= e-dt (6.2.9) The functions have the following limiting values and symmetries: erf(0)=0 erf(oo)=1 erf(-x)=-erf(x) (6.2.10) erfc(0)=1 erfc(oo)=0 erfc(-x)=2-erfc(x) (6.2.11) 令 They are related to the incomplete gamma functions by Press. e=P((2) (x≥0) (6.2.12) ART and 9 Program erfc(z)= (x≥0) (6.2.13) We'll put an extra"f into our routine names to avoid conflicts with names already to dir in some C libraries: float erff(float x) Returns the error function erf(x). float gammp(float a,float x); return x 0.0 -gammp(0.5,x*x):gammp(0.5,x*x); @cambridge.org(outside North America). Numerical Recipes books or 1988-1992 by Numerical Recipes OF SCIENTIFIC COMPUTING (ISBN 10-621 431085 float erffc(float x) Returns the complementary error function erfc(x). Software. float gammp(float a,float x); float gammg(float a,float x); ying of machine return x 0.0 1.0+gammp(0.5,x*x):gammq(0.5,x*x); 2 If you care to do so,you can easily remedy the minor inefficiency in erff and erffc,namely that I(0.5)=Vr is computed unnecessarily when gammp or gammq is called.Before you do that,however,you might wish to consider the following routine,based on Chebyshev fitting to an inspired guess as to the functional form:
220 Chapter 6. Special Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). Error Function The error function and complementary error function are special cases of the incomplete gamma function, and are obtained moderately efficiently by the above procedures. Their definitions are erf(x) = 2 √π x 0 e−t2 dt (6.2.8) and erfc(x) ≡ 1 − erf(x) = 2 √π ∞ x e−t2 dt (6.2.9) The functions have the following limiting values and symmetries: erf(0) = 0 erf(∞)=1 erf(−x) = −erf(x) (6.2.10) erfc(0) = 1 erfc(∞)=0 erfc(−x)=2 − erfc(x) (6.2.11) They are related to the incomplete gamma functions by erf(x) = P 1 2 , x2 (x ≥ 0) (6.2.12) and erfc(x) = Q 1 2 , x2 (x ≥ 0) (6.2.13) We’ll put an extra “f” into our routine names to avoid conflicts with names already in some C libraries: float erff(float x) Returns the error function erf(x). { float gammp(float a, float x); return x < 0.0 ? -gammp(0.5,x*x) : gammp(0.5,x*x); } float erffc(float x) Returns the complementary error function erfc(x). { float gammp(float a, float x); float gammq(float a, float x); return x < 0.0 ? 1.0+gammp(0.5,x*x) : gammq(0.5,x*x); } If you care to do so, you can easily remedy the minor inefficiency in erff and erffc, namely that Γ(0.5) = √π is computed unnecessarily when gammp or gammq is called. Before you do that, however, you might wish to consider the following routine, based on Chebyshev fitting to an inspired guess as to the functional form:

6.2 Incomplete Gamma Function 221 #include float erfcc(float x) Returns the complementary error function erfc(x)with fractional error everywhere less than 1.2×10- float t,z,ans; z=fabs(x); t=1.0/(1.0+0.5*z); ans=t*exp(-z*z-1.26551223+t*(1.00002368+t*(0.37409196+t*(0.09678418+ t*(-0.18628806+t*(0.27886807+t*(-1.13520398+t*(1.48851587+ t*(-0.82215223+t*0.17087277)))))))); return x>=0.0 ans 2.0-ans; 83g There are also some functions of two variables that are special cases of the incomplete gamma function: Cumulative Poisson Probability Function University 令 P(1,denotes the cumulative Poisson probability function.It is defined as the probability that the number of Poisson random events occurring will be between 0 and k-1 inclusive,if the expected mean Press. ART number is z.It has the limiting values Progra Px(<1)=e-x P(<o)=1 (6.2.14) OF SCIENTIFIC( Its relation to the incomplete gamma function is simply 6 P(<k)=Q(k,x)=gammq(k, (6.2.15) Chi-Square Probability Function P(x2)is defined as the probability that the observed chi-square for a correct Numerical 10-621 model should be less than a value x2.(We will discuss the use of this function in 431 Chapter 15.)Its complement Q(x)is the probability that the observed chi-square (outside Recipes will exceed the value x2 by chance even for a correct model.In both cases v is an integer,the number of degrees of freedom.The functions have the limiting values P(0lw)=0 P(oolv)=1 (6.2.16 Q(0lw)=1 Q(oov)=0 (6.2.17) and the following relation to the incomplete gamma functions, P2=P(台)=ga(台) X (6.2.18) Q=Q(()=gaa(号) (6.2.19)
6.2 Incomplete Gamma Function 221 Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). #include float erfcc(float x) Returns the complementary error function erfc(x) with fractional error everywhere less than 1.2 × 10−7. { float t,z,ans; z=fabs(x); t=1.0/(1.0+0.5*z); ans=t*exp(-z*z-1.26551223+t*(1.00002368+t*(0.37409196+t*(0.09678418+ t*(-0.18628806+t*(0.27886807+t*(-1.13520398+t*(1.48851587+ t*(-0.82215223+t*0.17087277))))))))); return x >= 0.0 ? ans : 2.0-ans; } There are also some functions of two variables that are special cases of the incomplete gamma function: Cumulative Poisson Probability Function Px(< k), for positive x and integer k ≥ 1, denotes the cumulative Poisson probability function. It is defined as the probability that the number of Poisson random events occurring will be between 0 and k − 1 inclusive, if the expected mean number is x. It has the limiting values Px(< 1) = e−x Px(< ∞)=1 (6.2.14) Its relation to the incomplete gamma function is simply Px(< k) = Q(k, x) = gammq (k, x) (6.2.15) Chi-Square Probability Function P(χ2|ν) is defined as the probability that the observed chi-square for a correct model should be less than a value χ2. (We will discuss the use of this function in Chapter 15.) Its complement Q(χ2|ν) is the probability that the observed chi-square will exceed the value χ2 by chance even for a correct model. In both cases ν is an integer, the number of degrees of freedom. The functions have the limiting values P(0|ν)=0 P(∞|ν)=1 (6.2.16) Q(0|ν)=1 Q(∞|ν)=0 (6.2.17) and the following relation to the incomplete gamma functions, P(χ2|ν) = P ν 2 , χ2 2 = gammp ν 2 , χ2 2 (6.2.18) Q(χ2|ν) = Q ν 2 , χ2 2 = gammq ν 2 , χ2 2 (6.2.19)

222 Chapter 6.Special Functions CITED REFERENCES AND FURTHER READING: Abramowitz,M.,and Stegun,I.A.1964,Handbook of Mathematical Functions,Applied Mathe- matics Series,Volume 55(Washington:National Bureau of Standards;reprinted 1968 by Dover Publications,New York),Chapters 6,7,and 26. Pearson,K.(ed.)1951,Tables of the Incomplete Gamma Function (Cambridge:Cambridge University Press). 6.3 Exponential Integrals The standard definition of the exponential integral is 鱼 En()= d tn x>0,n=0,1,. (6.3.1) The function defined by the principal value of the integral ⊙ 令 =-= x>0 (6.3.2) Press. is also called an exponential integral.Note that Ei(-)is related to -E1(x)by analytic continuation. 9 Program The function En(x)is a special case of the incomplete gamma function En(x)=r"-1I(1-n,x) (6.3.3) OF SCIENTIFIC( We can therefore use a similar strategy for evaluating it.The continued fraction- just equation(6.2.6)rewritten-converges for all z >0: En(x)=e-x 1n1n+12 COMPUTING (ISBN x+1+x+1++… (6.3.4) 1920 Numerical 10-521 We use it in its more rapidly converging even form, 43108 1 1.n 2(n+1) 、 En(x)=e- (6.3.5) (outside Recipes x+n-x+n+2-x+n+4- The continued fraction only really converges fast enough to be useful for z1. Software. For 0<z1,we can use the series representation E.(回= a2-lnx+(n]、 (-x)m (6.3.6) m-n+1)m! 020 The quantity (n)here is the digamma function,given for integer arguments by -1 (1)=-7, =+ (6.3.7)
222 Chapter 6. Special Functions Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copyin Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) g of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). CITED REFERENCES AND FURTHER READING: Abramowitz, M., and Stegun, I.A. 1964, Handbook of Mathematical Functions, Applied Mathematics Series, Volume 55 (Washington: National Bureau of Standards; reprinted 1968 by Dover Publications, New York), Chapters 6, 7, and 26. Pearson, K. (ed.) 1951, Tables of the Incomplete Gamma Function (Cambridge: Cambridge University Press). 6.3 Exponential Integrals The standard definition of the exponential integral is En(x) = ∞ 1 e−xt tn dt, x > 0, n = 0, 1,... (6.3.1) The function defined by the principal value of the integral Ei(x) = − ∞ −x e−t t dt = x −∞ et t dt, x > 0 (6.3.2) is also called an exponential integral. Note that Ei(−x) is related to −E1(x) by analytic continuation. The function En(x) is a special case of the incomplete gamma function En(x) = xn−1Γ(1 − n, x) (6.3.3) We can therefore use a similar strategy for evaluating it. The continued fraction — just equation (6.2.6) rewritten — converges for all x > 0: En(x) = e−x 1 x + n 1 + 1 x + n + 1 1 + 2 x + ··· (6.3.4) We use it in its more rapidly converging even form, En(x) = e−x 1 x + n − 1 · n x + n + 2 − 2(n + 1) x + n + 4 − ··· (6.3.5) The continued fraction only really converges fast enough to be useful for x >∼ 1. For 0 < x <∼ 1, we can use the series representation En(x) = (−x)n−1 (n − 1)! [− ln x + ψ(n)] − ∞ m=0 m=n−1 (−x)m (m − n + 1)m! (6.3.6) The quantity ψ(n) here is the digamma function, given for integer arguments by ψ(1) = −γ, ψ(n) = −γ + n −1 m=1 1 m (6.3.7)
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.12 Special Functions 6.12 Hypergeometric Functions.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.11 Special Functions 6.11 Elliptic Integrals and Jacobian Elliptic Functions.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.10 Special Functions 6.10 Dawson’s Integral.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.1 Special Functions 6.1 Gamma Function, Beta Function, Factorials, Binomial Coefficients.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.0 Special Functions 6.0 Introduction.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.9 Evaluation of Functions 5.9 Derivatives or Integrals of a Chebyshev-approximated Function.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.8 Evaluation of Functions 5.8 Chebyshev Approximation.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.7 Evaluation of Functions 5.7 Numerical Derivatives.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.6 Evaluation of Functions 5.6 Quadratic and Cubic Equations.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.5 Evaluation of Functions 5.5 Recurrence Relations and Clenshaw’s Recurrence Formula.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.4 Evaluation of Functions 5.4 Complex Arithmetic.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.3 Evaluation of Functions 5.3 Polynomials and Rational Functions.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.2 Evaluation of Functions 5.2 Evaluation of Continued Fractions.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.14 Evaluation of Functions 5.14 Evaluation of Functions by Path Integration.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.13 Evaluation of Functions 5.13 Rational Chebyshev Approximation.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.12 Evaluation of Functions 5.12 Pade Approximants ′.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.11 Evaluation of Functions 5.11 Economization of Power Series.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.10 Evaluation of Functions 5.10 Polynomial Approximation from Chebyshev Coefficients.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.1 Evaluation of Functions 5.1 Series and Their Convergence.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 05.0 Evaluation of Functions 5.0 Introduction.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.3 Special Functions 6.3 Exponential Integrals.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.4 Special Functions 6.4 Incomplete Beta Function, Student’s Distribution, F-Distribution, Cumulative Binomial Distribution.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.5 Special Functions 6.5 Bessel Functions of Integer Order.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.6 Special Functions 6.6 Modified Bessel Functions of Integer Order.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.7 Special Functions 6.7 Bessel Functions of Fractional Order, Airy Functions, Spherical Bessel Functions.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.8 Special Functions 6.8 Spherical Harmonics.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 06.9 Special Functions 6.9 Fresnel Integrals, Cosine and Sine Integrals.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.0 Random Numbers 7.0 Introduction.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.1 Random Numbers 7.1 Uniform Deviates.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.2 Random Numbers 7.2 Transformation Method:Exponential and Normal Deviates.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.3 Random Numbers 7.3 Rejection Method:Gamma, Poisson, Binomial Deviates.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.4 Random Numbers 7.4 Generation of Random Bits.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.5 Random Numbers 7.5 Random Sequences Based on Data Encryption.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.6 Random Numbers 7.6 Simple Monte Carlo Integration.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.7 Random Numbers 7.7 Quasi-(that is, Sub-)Random Sequences.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 07.8 Random Numbers 7.8 Adaptive and Recursive Monte Carlo Methods.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 08.0 Sorting 8.0 Introduction.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 08.1 Sorting Sedgewick, R. 1988, Algorithms, 2nd ed.(Reading, MA:Addison-Wesley), Chapters 8–13. [2] 8.1 Straight Insertion and Shell’s Method.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 08.2 Sorting 8.2 Quicksort.pdf
- 《数字信号处理》教学参考资料(Numerical Recipes in C,The Art of Scientific Computing Second Edition)Chapter 08.3 Sorting 8.3 Heapsort.pdf