代码搜索:Stirling
找到约 32 项符合「Stirling」的源代码
代码结果 32
www.eeworm.com/read/405050/11472744
cpp stirling (表).cpp
//**************************************************************************/
/* stirling (表) */
//*****************************************
www.eeworm.com/read/212605/15151921
m stirling.m
function
[xest,Pest,xpred,Ppred,inovation]=STI(xest,Pest,Q,R,Z,t)
% TITLE : STIRLING INTERPOLATION FILTER
%
% PURPOSE : This function performs one complete step of the stirling interpolaqt
www.eeworm.com/read/270992/11013562
m stirling1.m
%stirling1.m
clear
for n=1:170
f(n)=log(gamma(n+1));
s(n)=n*log(n)-n;
end
subplot(1,2,1)
plot(f-s)
grid
xlabel('n')
ylabel('Absolute Error')
title('ln(n!) - [nln(n)-n]')
subplot(1,2,
www.eeworm.com/read/270992/11013582
m stirling2.m
%stirling2.m
clear
for n=1:150
f(n)=gamma(n+1);
s(n)=exp(-n)*(n^50)*(n^(n-50));
end
subplot(1,2,1)
semilogy(f-s)
grid
xlabel('n')
ylabel('Absolute Error')
title('n! - [n^ne^-^n]')
su
www.eeworm.com/read/270992/11013597
m stirling3.m
%stirling3.m
clear
for n=1:150
f(n)=gamma(n+1);
s(n)=sqrt(2*pi*n)*(n^50)*exp(-n)*(n^(n-50));
end
subplot(1,2,1)
semilogy(f-s)
grid
xlabel('n')
ylabel('Absolute Error')
title('n! - sqr
www.eeworm.com/read/212605/15151915
asv stirling interpolation.asv
% TITLE : STIRLING INTERPOLATION FILTER
%
% PURPOSE : This function performs one complete step of the stirling interpolaqtion filter.
%
% SYNTAX :
% INPUTS : - xest : st
www.eeworm.com/read/212605/15151917
m stirling interpolation.m
% TITLE : STIRLING INTERPOLATION FILTER
%
% PURPOSE : This function performs one complete step of the stirling interpolaqtion filter.
%
% SYNTAX :
% INPUTS : - xest : st
www.eeworm.com/read/104929/15681088
tex rear.tex
% Two pages that follow the index
\input gkpmac
\pageno=657
\titletrue
\subhead List of Tables
{\obeylines \def\\{\qquad}
Sums and differences\\55
Pascal's triangle\\155
Pascal's triangle extended u
www.eeworm.com/read/258923/11832529
cpp cpptemplate.cpp
//=====================================
// title: 数组排序
// author: cjj
// date: 2007-10-09
/* Description:
*/
//=====================================
#include
#include
www.eeworm.com/read/179705/9341750
c binomial_tpe.c
/* randist/binomial_tpe.c
*
* Copyright (C) 1996-2003 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General