同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 09 Probability and statistics

Probability and Statistics(1/35) Concept Probability is a measure of the likelihood that some event will occur.It is also a way to quantify or to gauge the likelihood that an observed measurement or random variable will take on values within some set or range of values. A random experiment is defined as a process or action whose outcome cannot be predicted with certainty and would likely change when the experiment is repeated. >The sample space is the set of all outcomes from an experiment. It is possible sometimes to list all outcomes in the sample space. @月两大学 AW TONGJI UNIVERSITY
➢ Probability is a measure of the likelihood that some event will occur. It is also a way to quantify or to gauge the likelihood that an observed measurement or random variable will take on values within some set or range of values. ➢ A random experiment is defined as a process or action whose outcome cannot be predicted with certainty and would likely change when the experiment is repeated. ➢ The sample space is the set of all outcomes from an experiment. It is possible sometimes to list all outcomes in the sample space. Probability and Statistics(1/35) Concept

Probability and Statistics(2/35) Concept To find the probability that a continuous random variable falls in a particular interval of real numbers,we have to calculate the appropriate area under the curve of f). This is represented by: b P(a≤X≤b)=∫fx)dr CDHAW @月停大学 TONGJI UNIVERSITY
➢ To find the probability that a continuous random variable falls in a particular interval of real numbers, we have to calculate the appropriate area under the curve of f(x). This is represented by: Probability and Statistics(2/35) Concept

Probability and Statistics(3/35) Concept The cumulative distribution function F(x)is defined as the probability that the random variable X assumes a value less than or equal to a given x. This is calculated from the probability density function,as follows: F(x)=P(X≤x)=∫ft)d. @日济大学 TONGJI UNIVERSITY
➢ The cumulative distribution function F(x) is defined as the probability that the random variable X assumes a value less than or equal to a given x. This is calculated from the probability density function, as follows: Probability and Statistics(3/35) Concept

Probability and Statistics(4/35) Concept This shows the probability density function with the associated cumulative distribution function.Notice that the cumulative distribution function takes on values between 0 and 1. PDF CDF 0.4 0.3 0.8 0.6 80.2 0.4 0.1 0.2 0 0 -2 0 4 0 2 CDHAW @月停大学 TONGJI UNIVERSITY
➢ This shows the probability density function with the associated cumulative distribution function. Notice that the cumulative distribution function takes on values between 0 and 1. Probability and Statistics(4/35) Concept

Probability and Statistics(5/35) Concept The mean or expected value of a random variable is defined using the probability density (mass)function.It provides a measure of central tendency of the distribution. u=EX]=∫xfx)dx We see from the definition that the expected value is a sum of all possible values of the random variable where each one is weighted by the probability that x will take on that value. 日濟大学 AW TONGJI UNIVERSITY
➢ The mean or expected value of a random variable is defined using the probability density (mass) function. It provides a measure of central tendency of the distribution. We see from the definition that the expected value is a sum of all possible values of the random variable where each one is weighted by the probability that X will take on that value. Probability and Statistics(5/35) Concept

Probability and Statistics(6/35) Concepta酸 To calculate this in MATLAB,one can use the function called mean.If the argument to this function is a matrix,then it provides a vector of means,each one corresponding to the mean of a column. > One can find the mean along any dimension (dim)of multi- dimensional arrays using the syntax:mean(x,dim) IfX=[012,345]; then mean (X,1)is[1.52.53.5] CPHAW and mean (X2)is[1;4] @月停大学 TONGJI UNIVERSITY
If X = [0 1 2; 3 4 5]; then mean (X,1) is [1.5 2.5 3.5] and mean (X,2) is [1; 4] ➢ To calculate this in MATLAB, one can use the function called mean. If the argument to this function is a matrix, then it provides a vector of means, each one corresponding to the mean of a column. ➢ One can find the mean along any dimension (dim) of multidimensional arrays using the syntax: mean(x, dim). Probability and Statistics(6/35) Concept

Probability and Statistics(7/35) Concept The variance of a random variable is given by the following definition. G2=V(X)E[(X-u)]=f(x-u)f(x)dx We note that equation can also be written as: V(X)=E[X2]-u2=E[X2]-(E[X])2 @日济大学 AW TONGJI UNIVERSITY
➢ The variance of a random variable is given by the following definition. We note that equation can also be written as: Probability and Statistics(7/35) Concept

Probability and Statistics(8/35) Concept These statistics can be calculated in MATLAB using the functions std(x)and var(x),where x is an array containing the sample values. Similar to the function mean,these can have matrices or multi- dimensional arrays as input arguments. CDHAW @月协大学 TONGJI UNIVERSITY
➢ These statistics can be calculated in MATLAB using the functions std(x) and var(x), where x is an array containing the sample values. ➢ Similar to the function mean, these can have matrices or multidimensional arrays as input arguments. Probability and Statistics(8/35) Concept

Probability and Statistics(9/35) Axioms >Probabilities follow certain axioms that can be useful in computational statistics.We let S represent the sample space of an experiment and E represent some event that is a subset of S. The probability ofevent E must be between 0 and 1: 0≤P(E)≤1 P(S)=1 For mutually exclusive events: P(EE2...E)=>P(E i=1 @日济大学 AW TONGJI UNIVERSITY
Probability and Statistics(9/35) Axioms ➢ Probabilities follow certain axioms that can be useful in computational statistics. We let S represent the sample space of an experiment and E represent some event that is a subset of S. The probability of event E must be between 0 and 1: For mutually exclusive events:

Probability and Statistics(10/35 Axioms金a The conditional probability of event E given event F is defined as follows: EF):P(F) P(F) Here P(EF)represents the joint probability that both E and F occur together. We can rearrange this equation to get the following rule: P(E⌒F)=P(F)P(EIF) 细月济大学 TONGJI UNIVERSITY
➢ The conditional probability of event E given event F is defined as follows: Here represents the joint probability that both E and F occur together. We can rearrange this equation to get the following rule: Probability and Statistics(10/35) Axioms
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 08 Advanced Mathematics.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 07 Sparse Arrays, Cell Arrays, and Structures.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 06 User-defined Functions.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 05 Plotting.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 04 Branches and Loops.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 03Top-down and bottom-up design.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 02 MATLAB Basics(负责人:陈明).ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 01 MATLAB Programming for Mechanical Engineering(Introduction to MATLAB).ppt
- 同济大学:《Matlab在机械设计中的应用》课程教学资源(试卷习题)Final Examination(B)The First Semester(2013-2014).pdf
- 同济大学:《Matlab在机械设计中的应用》课程教学资源(试卷习题)Final Examination(A)The First Semester(2013-2014).pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第6章 齿轮.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第2章 平面机构的结构分析.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第8章 其他常见机构.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第9章 机械中的摩擦与效率.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第5章 凸轮机构.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第10章 机械的平衡.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第7章 轮系(Gear Train).pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第3章 平面机构的运动分析(Kinematic Analysis).pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第4章 平面四杆机构.pdf
- 运城学院:《机械原理》课程教学资源(课件讲稿)第1章 绪论(负责人:倪娟).pdf
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 10 Graphical User Interface.ppt
- 同济大学:《Matlab在机械设计中的应用》课程电子教案(PPT课件)Chapter 11 Simulink.pptx
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第一章 内燃机工作原理及总体构造 The Working Principles and Overall Structure of Internal Combustion Engines.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第二章 机体组及曲柄连杆机构 Engine Block, Crank and Connecting Rod Mechanism.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第三章 配气机构 Valve Trains(负责人:李理光).pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第四章 汽油机燃油供给系统 Fuel Supply System For Gasoline Engine.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第六章 进气、排气及增压系统 Intake, Exhaust and Boost Systems.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第五章 柴油机燃油供给系统 Fuel Supply System for Diesel Engines.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第七章 发动机冷却系 Cooling System.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第九章 起动系统 Starting System.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第八章 发动机润滑系 Lubrication System for Automotive Engines.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第十章 发动机点火系统 Engine Ignition System.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)第十二章 发动机有害排放物的控制系统 Control System of Harmful Emissions in Engine Exhaust.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Automobile structure(Types of modern automobiles).pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 13 传动系统 Overview of automobile drivetrain.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 14 离合器 Clutch.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 15 变速箱 Transmission and transfer case.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 16 自动变速器 Vehicle Automatic transmission.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 17 传动装置 Universal Gearing.pdf
- 同济大学:《汽车构造》课程电子教案(课件讲稿)Chapter 18 驱动桥 Driving Axle.pdf