len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月25日

摘要: rand(1) returns one pseudo random number between 0 and 1 correct? (I don't know matlab myself but I know what you can do with the random number)Use the Box-Muller transform.This transform says isU1andU2are two independent uniform random variables on 0, 1, i.e., Ui ~ U(0,1), thenz1 = sqrt(-2 * lo 阅读全文
posted @ 2013-03-25 15:08 Len3d 阅读(369) 评论(3) 推荐(0) 编辑