[Quantproject-developers] QuantProject/b1_ADT b1_ADT.csproj,1.11,1.12
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-12-14 21:18:13
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9650/b1_ADT Modified Files: b1_ADT.csproj Log Message: Added these classes to the project: - NormalDistribution, for probability computation; - CalculusApproximation, in order to calculate area between two points of given probability density function; - IPdfDefiner, interface used by the CalculusApproximation class Index: b1_ADT.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/b1_ADT.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** b1_ADT.csproj 5 Dec 2004 19:14:56 -0000 1.11 --- b1_ADT.csproj 14 Dec 2004 21:18:04 -0000 1.12 *************** *** 193,200 **** --- 193,215 ---- /> <File + RelPath = "Statistics\CalculusApproximation.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Statistics\Function.cs" SubType = "Code" BuildAction = "Compile" /> + <File + RelPath = "Statistics\IPdfDefiner.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Statistics\NormalDistribution.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |