代码搜索:springer

找到约 182 项符合「springer」的源代码

代码结果 182
www.eeworm.com/read/367675/2833380

txt 26.txt

发信人: GzLi (笑梨), 信区: DataMining 标 题: Springer Lecture Notes in Computer Science 发信站: 南京大学小百合站 (Tue Nov 12 00:26:43 2002), 站内信件 Springer Lecture Notes in Computer Science http://link.springer.d
www.eeworm.com/read/367675/2837693

txt 805.txt

发信人: GzLi (笑梨), 信区: DataMining 标 题: Springer Lecture Notes in Computer Science 发信站: 南京大学小百合站 (Tue Nov 12 00:26:43 2002), 站内信件 Springer Lecture Notes in Computer Science http://link.springer.d
www.eeworm.com/read/331910/12801857

c https.c

/* * File: https.c * * Copyright (C) 2000, 2001 Jorge Arellano Cid * Copyright (C) 2002 Jonathan P Springer * * This program is free sof
www.eeworm.com/read/331910/12801860

c dbio.c

/* * File: DBIO.c * * Copyright (C) 2000, 2001 Jorge Arellano Cid * Copyright (C) 2002 Jonathan P Springer * * This program is free soft
www.eeworm.com/read/393395/2474525

m s_displaymlerecursionfort.m

% this script demonstrates the recursive ML estimation of the location and scatter % parameters of a multivariate Student t distribution % see Section 4.3.1 in "Risk and Asset Allocation" - Springer
www.eeworm.com/read/393395/2474721

m s_displaynormalpdf.m

% this script displays the pdfs of the normal distribution % see "Risk and Asset Allocation"-Springer (2005), by A. Meucci % formula (2.156) clc; clear; close all %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/393395/2474726

m s_displaylognormalpdf.m

% this script displays the pdfs of the lognormal distribution % see "Risk and Asset Allocation"-Springer (2005), by A. Meucci % formula (2.218) clc; clear; close all %%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/393395/2474738

m s_uniformellipsoid.m

% this script generates a uniform sample on the interior of an ellipsoid in N dimensions % See "Risk and Asset Allocation" - Springer (2005), by A. Meucci % this script is intuitive but inefficient,