2009-02-24

Monte Carlo Methods資訊

Sequential Monte Carlo Methods
http://www-sigproc.eng.cam.ac.uk/smc/software.html
SMCTC: Sequential Monte Carlo Template Class
http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/johansen/smctc/
COSTA: the free toolset for data assimilation
http://www.costapse.org/index.php?content=home
http://www.costapse.org/wiki/index.php?title=Main_Page

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

資料處理步驟: 1.讀取 Raster 並計算 25 等級等值線級距 2.用 GDAL 產生等值線(Contour Lines) 3.Polygonize:Raster 轉等值面多邊形 4.將多邊形圖層載入 QGIS 5.為每個 polygon 計算其 VALUE 所屬級距(LE...