亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Using Monte Carlo Simulation Technology to Improve Intuitive Effect of Teaching Probability and Mathematical Statistics Course

        2015-05-12 08:33:12萬文應
        科教導刊 2015年4期
        關鍵詞:標識碼分類號文獻

        萬文應 夏 慶

        WAN Wenying, XIA Qing

        (Basic Course Department of Military Economics Academy of CPLA, Wuhan, Hubei, 430035)

        Abstract With the illustration of a specific problem, this paper demonstrates that using Monte Carlo Simulation technology will improve intuitive effect of teaching Probability and Mathematical Statistics course, and save instructors effort as well. And it is estimated that Monte Carlo Simulation technology will be one of the major teaching methods for Probability and Mathematical Statistics course in the future.

        Key words Monte Carlo Simulation; intuitive; Probability and Mathematical Statistics

        中圖分類號:G424 ? 文獻標識碼:A DOI:10.16400/j.cnki.kjdks.2015.02.045

        I Preface

        Probability and Mathematical Statistics is a discipline which studies the statistical rules of large amount of random phenomena. This discipline has a wide application in practice, ranging from natural science, engineering technology, social science, agriculture and industry production, medicine, geology, space technology, weather and disaster forecast to military.

        However, most students think it is difficult to learn this discipline. They think definitions are too abstract to understand and they have difficulty in mastering the way of learning. Aiming at this phenomenon, the writer of this paper holds the following thought based on years teaching experience: ?the course, Probability and Mathematical Statistics, is different from the courses students learned previously, such as, Advanced Mathematics and Linear Algebra. Compared with that of Probability and Mathematical Statistics, the research objects of Advanced Mathematics and Linear Algebra are all more specific and clearer. For example, the main content of Advanced Mathematics is getting derivative or integral of specific functions; and for Linear Algebra, it is getting the solution of linear equations group. But Probability and Mathematical Statistics is the mathematics which studies chances. Its research objects are abstract and unspecific chances of random occurrence. And calculating such kind of chances is the main content of this course. If instructors could enhance the intuitive effect of Probability and Mathematical Statistics course in teaching, then students will find it is not so difficult to learn this course, and thus arouse their interest to study this course and improve learning efficiency.

        Monte Carlo Simulation method originated in 18th century, when Pufeng decided circumferential rate,, by the method of randomly throwing needles. With the emergence and rapid development of modern computer technology, Monte Carlo Simulation method evolves into a method which uses computers to simulate probability process, and statistic the calculation results, and thus get the approximate solution of the problem.

        Monte Carlo method is a method which is based on probability model. Following the process described by this model, it conducts a kind of digital simulation experiment by using mathematical means, and then has the experiment result as the approximate solution of the problem. If the problem is about the probability of occurring a certain event or the expectation value of a random variable, then the occurrence frequency of this event or the mathematical mean value of this random variables sample testing value could be obtained through a certain experimental method. They are then regarded as the approximate solution of the problem. This is the basic thought of Monte Carlo method.

        Using Monte Carlo simulation technology in teaching Probability and Mathematical Statistics course could enhance students visual comprehension of conclusions and eliminate obstacles they met in study.

        II Introduction of the features of Matlab software

        If we want to adopt Monte Carlo simulation technology, we must use one type of programming language. At present, there are three computer mathematical languages which have the greatest influence worldwide. They are: MATLAB of Mathworks Company, Mathematica Language of Wolfram Research Company, and Maple Language of Waterloo Maple Company. The writer chooses MATLAB Language as the programming language, because the statistical toolbox of MATLAB has a powerful function, which covers almost every aspect of probability statistics. Concerning several issues that MATLAB hasnt taken into consideration, users could program M file themselves.

        To scientific researchers, the MATLAB is a preferred computer mathematical language designed by Mathworks Company. It is also a language most suitable for many science and engineering disciplines. Matlab is a high-powered programming software which is used in engineering calculation. It gathers scientific calculation, visualization of results and programming in a very conveniently used environment. The basic data structure of Matlab is matrix, whose expression is quite similar to equations used in mathematical engineering calculation. It is very convenient and easy to learn. It includes five parts: MATLAB language, MATLAB operation environment, MATLAB image processing system, MATLAB mathematical function base and MATLAB application program interface. The main functions of MATLAB are: data and symbol calculation, data analysis and visualization, word processing, Simulink dynamic emulation, etc. ?Matlab is wildly used as a special-purpose scientific computer language in other countries high-learning academies, and relevant courses have been established as well. It is now regarded as one essential skill for undergraduates, graduates and instructors.

        III Examples of application

        Lets have exercise 24 on Page 115 from the textbook, Probability and Mathematical Statistics (second edition, edited by Liu Zhengxin) as an example to demonstrate that Monte Carlo simulation technology could improve intuitive effect of teaching. The exercise is as following:

        Suppose ?are independent with each other, their density functions are as following

        Try to get the probability density of the random variable ?= 2 + .

        The Matlab codes are as following:

        lam=1;n=100000;u=zeros(1,n);v=zeros(1,n);z=zeros(1,n);

        for i=1:n

        u(i)=2*rand; ? ?v(i)=-log(rand)/lam; ? ?z(i)=u(i)+v(i);

        end

        [N,h]=hist(z,100);N=N/(h(2)-h(1))/n;bar(h,N,1,'w');holdon;

        x=0:0.01:2;y=0.5.*(1.-exp(-x));

        plot(x,y);hold on;

        x=2:0.01:10;y=0.5.*(exp(2)-1).*exp(-x);hold on;plot(x,y);

        The first step: illustrate the process of how to create even distribution and index distribution, then use Matlab to create experimental curve.

        1

        The second step: deduce the solution to the exercise from theories:

        Since ?are random variables which are independent with each other, then the probability density of () ?is:

        First get the distribution function of ?= 2 + ,() = {≤} = {2 + ≤} = ?(),

        Then get the derivative of this distribution function, and we get:

        And use Matlab to draw graph of theoretic function

        The third step: compare the former and the latter

        Students will get visual comprehension through comparison.

        In this way, students visually strengthen their understanding of the definition, probability density. And this teaching method eliminates obstacles students met in study.

        IV Conclusion

        This is not all the application of Monte Carlo simulation technology in teaching Probability and Mathematical Statistics course. There are still lots of other wonderful examples. It could be said that almost the majority of examples and exercises from Probability and Mathematical Statistics course could be solved by using Monte Carlo simulation technology, and this technology could be used in instruction. We anticipate that Monte Carlo Simulation technology will be one of the major teaching methods for Probability and Mathematical Statistics course in the future.

        References

        [1] Liu Zhengxin, Yao Nan, Probability and Mathematical Statistics (second edition) [M]. Hubei Science and Technology Publishing House,2005.

        [2] Xia Chuanwu, Examplification of MATLAB Application in Probability Statistics Teaching [J], Weifang Educational Academy Journal, 2007,Vol 4.

        [3] Jiang Haifeng, On the Application of MCS in Probability and Mathematical Statistics Teaching [J], Mathematical Statistics and Management,2008,Vol 4.

        [4] Wu Chuansheng, Economic Mathematics----Probability and Mathematical Statistics (second edition) [M]. Beijing, High-learning Education Publishing House,2009.

        猜你喜歡
        標識碼分類號文獻
        Hostile takeovers in China and Japan
        速讀·下旬(2021年11期)2021-10-12 01:10:43
        Cultural and Religious Context of the Two Ancient Egyptian Stelae An Opening Paragraph
        大東方(2019年12期)2019-10-20 13:12:49
        The Application of the Situational Teaching Method in English Classroom Teaching at Vocational Colleges
        The Role and Significant of Professional Ethics in Accounting and Auditing
        商情(2017年1期)2017-03-22 16:56:36
        A Study on the Change and Developmentof English Vocabulary
        Translation on Deixis in English and Chinese
        Process Mineralogy of a Low Grade Ag-Pb-Zn-CaF2 Sulphide Ore and Its Implications for Mineral Processing
        Study on the Degradation and Synergistic/antagonistic Antioxidizing Mechanism of Phenolic/aminic Antioxidants and Their Combinations
        潤滑油(2014年3期)2014-11-07 14:30:02
        A Comparative Study of HER2 Detection in Gastroscopic and Surgical Specimens of Gastric Carcinoma
        科教導刊(2014年14期)2014-06-20 04:03:27
        The law of exercise applies on individual behavior change development
        国产香蕉尹人在线视频播放| 亚洲自偷自拍另类第1页| 亚洲国产av无码专区亚洲av| 五月天精品视频在线观看| 久久夜色精品国产噜噜噜亚洲av| 国产一区二区不卡av| 无遮挡1000部拍拍拍免费| 99久久国产福利自产拍| AV人人操| 久久亚洲精品一区二区三区| 欧美亚洲一区二区三区| 丰满人妻被中出中文字幕| 日韩美女高潮流白浆视频在线观看| 隔壁人妻欲求不满中文字幕| 日日麻批免费40分钟无码| 国产精品午夜无码av天美传媒| 国产在线拍偷自拍偷精品| 熟女少妇av一区二区三区| 欧美老熟妇乱xxxxx| 国产精品麻豆aⅴ人妻| 亚洲乱色视频在线观看| 日本最新一区二区三区在线| 狠狠躁天天躁中文字幕| 国产区福利| 亚洲精品女同在线观看| 国产99久久久国产精品~~牛| 天天综合亚洲色在线精品| 无码视频一区二区三区在线播放| 久久久人妻一区二区三区蜜桃d| 精品国产三级a∨在线| 久久免费国产精品| 久久久精品国产亚洲av网不卡| 五月开心婷婷六月综合| 真人无码作爱免费视频禁hnn | 亚洲国产成人片在线观看无码| 欧美国产亚洲精品成人a v | 日本中文一区二区在线| 欧美极品jizzhd欧美| 中文字幕久久久久久久系列| 一本色道久久综合亚洲精品不| 天天摸夜夜摸摸到高潮|