s formula under the G-expectationXiaoyan ChenSchool of Mathematics, Shandong University 250100, Jinan, Chinaa r t i c l ei n f oArticle history:Received 6 August 2009Received in revised form 6 December 2009Acce
Dynkin's Formula 作者:Lambert M·Surhone/Mariam T·Tennoe/Susan F·Henssonow 页数:98 ISBN:9786131345968 豆瓣评分 目前无人评价 + 加入购书单
Kahan's Summation Formula 做项目终于遇到精度产生的问题了,由于免费的CULA库只能用float精度,所以程序里有些数组是float的,然后在做累加运算的时候问题就出来了——计算小节点系统就收敛,大节点系统发散,明显是精度问题。于是研究了一下Kahan 求和公式,这货果然厉害,能将累加的精度保持在float级别。 以下是我用VC写...