此為PSO標準源程序代碼,用于計算Goldstein-Price函數的函數最小值.
標簽: Goldstein-Price PSO 函數 標準
上傳時間: 2014-01-20
上傳用戶:hfmm633
股票價格預算Stock Prediction Based on Price Patterns (國外原程序包)
標簽: Prediction Patterns Stock Based
上傳時間: 2014-01-21
上傳用戶:wyc199288
微分進化算法DE(Differential Evolution)由Storn和Price等學者于1995年首先提出。它是一種基于種群優化的新智能優化方法,它已被證明在求解過程中具有高效性、收斂性、魯棒性等優點
標簽: Differential Evolution Storn Price
上傳時間: 2014-01-13
上傳用戶:siguazgb
pstmt = conn.prepareStatement("select ordernumber,datetime,Price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double Price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = Price-dayofmoneybuy request.setAttribute("Price", Price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
標簽: prepareStatement ordernumber dayofmoney datetime
上傳時間: 2013-12-14
上傳用戶:zsjinju
Price the American put option via Monte carlo simulation and the LSM
標簽: simulation the American option
上傳時間: 2014-01-12
上傳用戶:許小華
a simple socket Price updater
標簽: updater simple socket Price
上傳時間: 2017-03-25
上傳用戶:sxdtlqqjl
An example case is considered to Price an option at a maturity of T years - Prices are simulated for Geometric brownian motion process at 2*T maturity, and Brownian Bridge is used to obtain Prices at T maturity. Finally option Prices are compared to Black Scholes values to verify results
標簽: considered simulated maturity example
上傳時間: 2017-05-07
上傳用戶:hjshhyy
MATLAB code to perform Monte Carlo simulation for getting Price of an European swaption under the Libor Market Model (LMM) framework.
標簽: simulation European swaption perform
上傳時間: 2014-11-30
上傳用戶:shus521
code to Price a n-to-default basket CDS. It takes as input hazard rate coefficients and uses T-copula model to calculate fair rate of CDS
標簽: n-to-default coefficients T-copul basket
上傳時間: 2013-12-24
上傳用戶:小鵬
標準微粒群算法源程序,該程序用于計算Goldstein-Price函數的函數最小值
標簽: Goldstein-Price 函數 標準 微粒群算法
上傳時間: 2013-11-30
上傳用戶:清風冷雨