请选择 进入手机版 | 继续访问电脑版
楼主: ahua_23
4627 12

[学科前沿] 提供一个便宜一点的monte carlo concepts, algorithms, and applications [推广有奖]

  • 0关注
  • 0粉丝

高中生

72%

还不是VIP/贵宾

-

威望
0
论坛币
2634 个
通用积分
0.3750
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
375 点
帖子
18
精华
0
在线时间
32 小时
注册时间
2005-11-15
最后登录
2015-3-6

ahua_23 发表于 2006-12-10 10:19:00 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
<P>提供一个便宜一点的monte carlo concepts, algorithms, and applications.前面看到有位JS将这本书切割成N数块,然后分块买高价,实在是太不厚道了.不过因为我的钱被别人赚了很多,所以我还是想收取一个便宜的价格,呵呵.可以不购买,但是不要鄙视我哦.</P>
<P>文件很清晰,需要djvu阅读器阅读,阅读器可以在网上搜索到的.</P>
<P> </P>
<P> 76967.rar (6.44 MB, 需要: 15 个论坛币) 本附件包括:
  • Monte-Carlo methods, concepts and applications (Springer,Fishman).djvu
<br></P>
<P>  </P>

[此贴子已经被作者于2006-12-10 10:34:40编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Applications Application Monte Carlo Algorithms Algorithm concepts 阅读器 便宜 切割 网上

ahua_23 发表于 2006-12-10 10:39:00 |显示全部楼层 |坛友微信交流群

Table of Contents

http://www.amazon.ca/gp/product/toc/038794527X/ref=dp_toc/702-0172670-5581648?ie=UTF8&n=916520

Preface

Selected Notation

1 Introduction

1.1 About This Book

1.1.1 Controlling Error

1.1.2 Strategies For Reading This Book

1.1.3 Intended Audience

1.2 Available Software

1.2.1 Unix Machines

1.2.2 IBM Compatible Personal Computers

1.3 What This Book Does Not Contain

1.4 Conventions

References

2 Estimating Volume and Count

2.1 Volume

2.2 Error and Sample Size Considerations

2.3 Confidence Intervals

2.4 Exploiting Regional Bounds

2.4.1 Bounds on Volume

2.4.2 Worst-Case and Best-Case Sample Sizes

2.4.3 Worst-Case Normal Error

2.4.4 Hyperrectangular Bounds

2.4.5 Modifying the Sampling Distribution

2.5 Relative Error

2.5.1 Exponential Sample Size

2.6 Network Reliability

2.7 Multivariable Integration

2.7.1 Quadrature Formulas

2.7.2 Equidistributed Points

2.7.3 Monte Carlo Sampling

2.8 Exploiting Function Bounds

2.9 Exploiting Parameter Bounds

2.10 Restricting the Sampling Region

2.11 Reducing the Sampling Dimension

2.12 Counting Problems

2.13 Sensitivity Analysis

2.13.1 Worst-Case and Best-Case Sample Sizes for Absolute Error

2.13.1.a Worst Case

2.13.1.b Best Case

2.13.2 Example

2.13.3 Worst-Case and Best-Case Sample Sizes for Relative Error

2.13.4 Example

2.14 Simultaneous Confidence Intervals

2.15 Ratio Estimation

2.16 Sequential Estimation

2.16.1 Absolute Error

2.16.2 Relative Error

2.16.3 Mixed Error Criteria

Appendix

Exercises

References

3 Generating Samples

3.1 Independence and Dependence

3.2 Inverse Transform Method

3.2.1 Continuous Distributions

3.2.2 Restricted Sampling

3.2.3 Preserving Monotonicity

3.2.4 Discrete Distributions

3.2.4.1 Accumulated Roundoff Error

3.3 Cutpoint Method

3.3.1 Restricted Sampling

3.3.2 The Case of Large b - a

3.4 Composition Method

3.5 Alias Method

3.5.1 One or Two Uniform Deviates

3.5.2 Setting Up the Tables

3.5.3 Comparing the Cutpoint and Alias

Methods

3.6 Acceptance-Rejection Method

Example 3.1

3.6.1 Squeeze Method

Example 3.2

3.6.2 Avoiding Logarithmic Evaluations

3.6.3 Theory and Practice

3.7 Ratio-of-Uniforms Method

Example 3.3

3.8 Exact-Approximation Method

3.9 Algorithms for Selected Distributions

3.10 Exponential Distribution

3.11 Normal Distribution

3.12 Lognormal Distribution

3.13 Cauchy Distribution

3.14 Gamma Distribution

ALPHA less than equal to 1

ALPHA greater than 1

3.15 Beta Distribution

max(ALPHA,BETA) less than 1

min(ALPHA, BETA) greater than 1

min(ALPHA, BETA) less than 1 and

max(ALPHA, BETA) greater than

3.16 Student's t Distribution

3.17 Snedecor's F Distribution

3.18 Revisiting the Ratio-of-Uniforms

Method

3.19 Poisson Distribution

3.20 Binomial Distribution

3.21 Hypergeometric Distribution

3.22 Geometric Distribution

3.23 Negative Binomial Distribution

3.24 Multivariate Normal Distribution

3.25 Multinomial Distribution

3.26 Order Statistics

3.26.1 Generating the Smallest or

Largest Order Statistics

3.27 Sampling Without Replacement and Permutations

3.27.1 Generating k Out of n with Unequal Weights

3.28 Points in and on a Simplex

3.28.1 Points in XXX(n)(b)\XXX(n)(a) for (b) greater than equal to (a) greater


than

3.28.2 Convex Polytopes

3.29 Points in and on a Hyperellipsoid

3.30 Bernoulli Trials

3.31 Sampling from a Changing Probability Table

3.32 Random Spanning Trees

Exercises

References

4 Increasing Efficiency

4.1 Importance Sampling

4.1.1 Converting Unboundedness to Boundedness

4.1.2 Revisiting the Union Counting Problem

4.1.3 Exponential Change of Measure

4.1.4 Random Summations with Random Stopping Times

4.1.5 M/M/1 Exceedance Probability

4.1.6 Sequential Probability Ratio Test

4.2 Control Variates

4.2.1 Normal Control Variates

4.2.2 Binary Control Variates and Stochastic Ordering

4.2.3 Estimating the Distribution of

Maximal Flow

4.3 Stratified Sampling

4.3.1 Sample Size Considerations

4.3.2 Estimating a Distributional

Constant

4.3.3 Confidence Intervals

4.3.4 Poststratified Sampling

5.36.1 Random Walk on the Integers

5.36.2 Another Walk on a Hypercube

5.37 Thresholds

Exercises

References

6 Designing and Analyzing Sample Paths

6.1 Problem Context

6.1.1 Single Replication

6.1.2 Multiple Replications

6.2 A First Approach to Computing

Confidence Intervals

6.3 Warm-Up Analysis

6.3.1 Starting Each Replication in the Same State

6.3.2 Estimating Path Length

6.3.3 Choosing n(0) and t(0)

6.3.4 Stratifying the Assignments of

Initial States

6.3.5 Randomly Assigning Initial States

6.4 Choosing a "Good" Initial State or a "Good" &(0)

6.5 Strictly Stationary Stochastic Processes

6.6 Optimal Choice of Sample Path Length t and Number of Replications n

6.6.1 More General Correlation Structures

6.6.2 Negative ALPHA

6.7 Estimating Required Sample Path Length

6.8 Characterizing Convergence

6.8.1 I.I.D. Sequences

6.8.2 XXX-Mixing Sequences

6.8.3 Strongly Mixing Sequences

6.9 An Alternative View of var X(t)

6.10 Batch Means Method

6.10.1 Constant Number of Batches

6.10.2 Increasing Number of Batches

6.10.3 FNB and SQRT Rules

6.10.3.1 Interim Review

6.10.4 Comparing the FNB and SQRT Rules

6.10.5 LBATCH and ABATCH Rules

6.10.5.1 LBATCH Rule

6.10.5.2 ABATCH Rule

6.10.6 Test for Correlation

6.10.7 Comparing the FNB, SQRT, LBATCH, and ABATCH Rules

6.11 Batch Means Analysis Programs

6.11.1 p-Value

6.11.2 Prebatching

6.11.3 A Comparison with the Multiple Replication Approach

6.12 Regenerative Processes

6.12.1 Chain Splitting

6.13 Selecting an Optimal Acceptance

Scheme for Metropolis Sampling

Exercises

References

7 Generating Pseudorandom Numbers

7.1 Linear Recurrence Generators

7.2 Prime Modulus Generators

7.2.1 Choosing a Prime Modulus

7.2.2 Finding Primitive Roots

7.2.3 Sparseness and Nonuniformity

7.2.4 Computational Efficiency

7.3 Generators with M = 2^/(/ greater than

equal to 3)

7.3.1 Two's Complement

7.3.2 Dangerous Multipliers

7.4 Mixed Congruential Generators

7.5 Implementation and Portability

7.6 Apparent Randomness

7.6.1 Theory and Practice

7.7 Spectral Test

7.8 Minimal Number of Parallel Hyperplanes

7.9 Distance Between Points

7.10 Discrepancy

7.11 Beyer Quotient

7.12 Empirical Assessments

7.12.1 Testing Hypothesis j

7.12.2 Testing for Independence: H(0)

7.12.3 Testing for One-dimensional Uniformity: H(1)

7.12.4 Testing for Bivariate Uniformity: H(2)

7.12.5 Testing for Trivariate Uniformity: H(3)

7.12.6 An Omnibus Test: H(4)

7.13 Combining Linear Congruential Generators

7.13.1 Majorization

7.13.2 Shuffling

7.13.3 Summing Pseudorandom Numbers

7.14 j-Step Linear Recurrence

7.15 Feedback Shift Register Generators

7.15.1 Distributional Properties

7.16 Generalized Feedback Shift Register Generators

7.16.1 Initializing a GFSR Sequence

7.16.2 Distributional Properties

7.17 Nonlinear Generators

7.17.1 Quadratic Generators

7.17.2 Inversive Generators

Appendix

Exercises

References

Author Index

Subject Index

使用道具

eshanzi 发表于 2006-12-10 18:51:00 |显示全部楼层 |坛友微信交流群
书感觉还不错!但不知道效果如何

使用道具

applemotion 发表于 2006-12-11 01:12:00 |显示全部楼层 |坛友微信交流群
想看

使用道具

eshanzi 发表于 2006-12-12 00:10:00 |显示全部楼层 |坛友微信交流群

怎么回事?说我没钱

使用道具

eshanzi 发表于 2006-12-12 08:11:00 |显示全部楼层 |坛友微信交流群
我的钱应该够呀,怎么回事?怎么老说我没钱

使用道具

shengxia1 发表于 2007-1-7 19:48:00 |显示全部楼层 |坛友微信交流群
也不便宜啊!

使用道具

ccpoo 发表于 2007-1-11 17:48:00 |显示全部楼层 |坛友微信交流群

支持便宜,提倡无偿

使用道具

ZZQGIS 在职认证  发表于 2008-6-28 12:04:00 |显示全部楼层 |坛友微信交流群
严重鄙视。。。。。黑。。。

使用道具

pig11 发表于 2008-7-2 07:47:00 |显示全部楼层 |坛友微信交流群
提示: 作者被禁止或删除 内容自动屏蔽

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-18 10:14