SlideShare a Scribd company logo
UNIT 1
QUANTITATIVE TECHNIQUES
Mathematical Model
 Mathematical modeling is the process of creating a
mathematical representation of some phenomenon in
order to gain a better understanding of that
phenomenon.
 It is a process that attempts to match observation with
symbolic statement.
 During the process of building a mathematical model,
the model will decide what factors are relevant to the
problem and what factors can be de-emphasized.
 Once a model has been developed and used to answer
questions, it should be critically examined and often
modified to obtain a more accurate reflection of the
observed reality of that phenomenon.
BUILDING A MATHEMATICAL MODEL
 Identify the problem, define the terms in your
problem, and draw diagrams where appropriate
 Begin with a simple model, stating the
assumptions that you make as you focus on
particular aspects of the phenomenon.
 Identify important variables and constants
and determine how they relate to each other.
 Develop the equation(s) that express the
relationships between the variables and constants.
VERIFYING AND REFINING A MODEL
 Is the information produced reasonable?
 Are the assumptions made while developing the
model reasonable?
 Are there any factors that were not considered that
could affect the outcome?
 How do the results compare with real data, if
available?
Deterministic Model
 Mathematical model in which outcomes are precisely
determined through known relationships among
states and events, without any room for random
variation.
 In such models, a given input will always produce the
same output, such as in a known chemical reaction.
Deterministic Model
 An example of a deterministic model is a calculation
to determine the return on a 5-year investment with
an annual interest rate of 7%, compounded monthly.
The model is just the equation below:
 F = P (1 + r/m) Y
 The inputs are the initial investment (P = $1000),
annual interest rate (r = 7% = 0.07), the
compounding period (m = 12 months), and the
number of years (Y = 5).
Deterministic Model
 One of the purposes of a model such as this is to make
predictions and try “What If?” scenarios.
 You can change the inputs and recalculate the model and
you’ll get a new answer.
 You might even want to plot a graph of the future value
(F) vs. years (Y).
 In some cases, you may have a fixed interest rate, but
what do you do if the interest rate is allowed to change?
 For this simple equation, you might only care to know a
worst/best case scenario, where you calculate the future
value based upon the lowest and highest interest rates
that you might expect.
Probabilistic Model
 Probabilistic models incorporate random variables
and probability distributions into the model of an
event or phenomenon.
 While a deterministic model gives a single possible
outcome for an event, a probabilistic model gives a
probability distribution as a solution
Probabilistic Model-Example
 Weather and Traffic
 Weather and traffic are two everyday occurrences that have inherent
randomness, yet also seem to have a relationship with each other.
 For example, if you live in a cold climate you know that traffic tends to be
more difficult when snow falls and covers the roads.
 We could go a step further and hypothesize that there will be a strong
correlation between snowy weather and increased traffic incidents.
 In order to help analyze our hypothesis, we can create a simple
mathematical model of traffic incidents as a function of snowy weather,
based on known data.
 In the following table, we have accumulated a record of the number of snow
days occurring in a certain locality over the past 10 years, along with the
number of traffic incidents reported to police in the same year.
 A scatter plot of the data can be used to visualize the possible correlation.
Probabilistic Model
Probabilistic Model
 We see that there is a general trend to the data, with traffic
incidents increasing as the number of snow days increases.
 We have added a linear trend line to the data to highlight this
relationship.
 This linear trend is, in fact, a straight line probabilistic
model of the data. The individual data points do not lie exactly on
the line, and so this linear model is not deterministic.
 There is some error in the predictive ability of our model, as shown
by the vertical lines linking individual points to the linear trend line.
 The magnitude of each of these represents an error in the predictive
ability of our model.
 However, given some allowance for these error terms, this straight
line model seems to reasonably represent the number of traffic
incidents that can be expected to occur in that locality during some
year, given the number of snowy days.
Operation Research
 OR is a scientific method of providing executive
departments with a quantitative basis for decisions
regarding the operations under their control. – Morse &
Kimball
 Operations research is a scientific approach to problem
solving for executive management. – H.M. Wagner
 Operations research is an aid for the executive in making
this decisions by providing him with the needed
quantitative information based on the scientific method of
analysis. – C. Kittel
Models of OR and Optimization
 Linear Programming
 Network Flow Programming
 Integer Programming
 Nonlinear Programming
 Dynamic Programming
 Stochastic Programming
 Queuing
 Simulation
LINEAR PROGRAMMING
 A typical mathematical program consists of a single
objective function, representing either a profit to be
maximized or a cost to be minimized, and a set of
constraints that circumscribe the decision variables.
 In the case of a linear program (LP) the objective
function and constraints are all linear functions of the
decision variables.
 Because of its simplicity, software has been developed
that is capable of solving problems containing millions of
variables and tens of thousands of constraints.
 Countless real-world applications have been successfully
modeled and solved using linear programming
techniques.
NETWORK FLOW PROGRAMMING
 The term network flow program describes a type of model that
is a special case of the more general linear program.
 The class of network flow programs includes such problems
as the transportation problem, the assignment
problem, the shortest path problem, the maximum
flow problem, the pure minimum cost flow problem,
and the generalized minimum cost flow problem.
 It is an important class because many aspects of actual
situations are readily recognized as networks and the
representation of the model is much more compact than the
general linear program.
 When a situation can be entirely modeled as a network, very
efficient algorithms exist for the solution of the optimization
problem, many times more efficient than linear programming
in the utilization of computer time and space resources.
INTEGER PROGRAMMING
 Integer programming is concerned with optimization
problems in which some of the variables are required
to take on discrete values.
 Rather than allow a variable to assume all real
values in a given range, only predetermined discrete
values within the range are permitted.
 In most cases, these values are the integers, giving
rise to the name of this class of models.
NONLINEAR PROGRAMMING
 When expressions defining the objective function or
constraints of an optimization model are not linear,
one has a nonlinear programming model.
 Since nonlinear functions can assume such a wide
variety of functional forms, there are many different
classes of nonlinear programming models.
 In general a nonlinear programming model is much
more difficult to solve than a similarly sized linear
programming model.
DYNAMIC PROGRAMMING
 Rather than an objective function and constraints, a DP
model describes a process in terms of states, decisions,
transitions and returns.
 The process begins in some initial state where a decision
is made. The decision causes a transition to a new state.
 Based on the starting state, ending state and decision a
return is realized.
 The process continues through a sequence of states until
finally a final state is reached.
 The problem is to find the sequence that maximizes the
total return.
STOCHASTIC PROGRAMMING
 The mathematical programming models, such as
linear programming, network flow programming and
integer programming generally neglect the effects of
uncertainty and assume that the results of decisions
are predictable and deterministic.
 This abstraction of reality allows large and complex
decision problems to be modeled and solved using
powerful computational methods.
QUEUING
 This situation is almost always guaranteed to occur
at some time in any system that has probabilistic
arrival and service patterns.
 Tradeoffs between the cost of increasing service
capacity and the cost of waiting customers prevent
an easy solution to the design problem.
 The basic objective in most queuing models is to
achieve a balance between these costs.
SIMULATION
 When a situation is affected by random variables it is
often difficult to obtain closed form equations that can be
used for evaluation.
 Simulation is a very general technique for estimating
statistical measures of complex systems.
 A system is modeled as if the random variables were
known. Then values for the variables are drawn
randomly from their known probability distributions.
 Each replication gives one observation of the system
response. By simulating a system in this fashion for many
replications and recording the responses, one can
compute statistics concerning the results.
 The statistics are used for evaluation and design.
Basics of Optimization Model
 Optimization model has three main components:
 An objective function. This is the function that needs to be
optimized.
 A collection of decision variables. The solution to the optimization
problem is the set of values of the decision variables for which the
objective function reaches its optimal value.
 Decision Variable:
 A factor over which the decision maker has control;
 also known as a controllable input variable.
 Usually designated by X1, X2, X3…
 A collection of constraints that restrict the values of the decision
variables.
 Decision Constraint: A restrictive condition that may affect the
optimal value for an objective function.
Scope and applications of Mathematical Models
Mathematical models are useful in solving :
 Resource allocation problems
 Inventory control problems
 Maintenance and replacement problems
 sequencing and scheduling problems
 Assignment of job to employees in order to maximize total profits or
minimize total cost
 Transportation problems
 Shortest route problem like travelling salesman problem
 Marketing management problems
 Finance management problems
 Production planning and control problems
 Design problems
 Queuing problems
Advantages
 Provides a tool for scientific analysis.
 Provides solution for various business problems.
 Enables proper deployment of resources.
 Helps in minimizing waiting and servicing costs.
 Enables the management to decide when to buy and
how much to buy?
 Assists in choosing an optimum strategy.
 Renders great help in optimum resource allocation.
 Facilitates the process of decision making.
 Management can know the reactions of the integrated
business systems.
 Helps a lot in the preparation of future managers
Linear programming problems
 Linear programming problems deal with the
optimization(maximization or minimization) of a
function of decision variables ( the variables whose
values determine the solution of a problem are
called decision variables of the problem) known as
objective function, subject to a set of simultaneous
linear equations known as constraints
Essentials of LPP Technique
 There must be well defined objective function
 There must be alternative courses of action to choose
 At least some of the resources must be limited in
supply, which give rise to constraints.
 Both the objective function and constraint must be
linear equations or inequalities
Procedure for forming LPP
 Identify unknown decision variables to be
determined and assign symbols to them
 Identify all the restriction or constraints in the
problem and express them as linear equations or
inequalities of decision variables
 Identify the objective or aim and represent it also as
a linear function of decision variables
 Express the complete formulation of LPP as a
mathematical model

More Related Content

What's hot

Machine learning algorithms and business use cases
Machine learning algorithms and business use casesMachine learning algorithms and business use cases
Machine learning algorithms and business use cases
Sridhar Ratakonda
 
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
Smarten Augmented Analytics
 
Machine learning algorithms
Machine learning algorithmsMachine learning algorithms
Machine learning algorithms
Shalitha Suranga
 
To Explain, To Predict, or To Describe?
To Explain, To Predict, or To Describe?To Explain, To Predict, or To Describe?
To Explain, To Predict, or To Describe?
Galit Shmueli
 
What Is Random Forest Classification And How Can It Help Your Business?
What Is Random Forest Classification And How Can It Help Your Business?What Is Random Forest Classification And How Can It Help Your Business?
What Is Random Forest Classification And How Can It Help Your Business?
Smarten Augmented Analytics
 
Housing price prediction
Housing price predictionHousing price prediction
Housing price prediction
Abhimanyu Dwivedi
 
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
Smarten Augmented Analytics
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
Abhimanyu Dwivedi
 
internship project1 report
internship project1 reportinternship project1 report
internship project1 reportsheyk98
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Shiraz316
 
Bbs11 ppt ch03
Bbs11 ppt ch03Bbs11 ppt ch03
Bbs11 ppt ch03
Tuul Tuul
 
M 3 iot
M 3 iotM 3 iot
M 3 iot
VIT VELLORE
 
Evaluating competing predictive distributions
Evaluating competing predictive distributionsEvaluating competing predictive distributions
Evaluating competing predictive distributionsAndreas Collett
 
Bbs11 ppt ch01
Bbs11 ppt ch01Bbs11 ppt ch01
Bbs11 ppt ch01
Tuul Tuul
 
Bbs11 ppt ch02
Bbs11 ppt ch02Bbs11 ppt ch02
Bbs11 ppt ch02
Tuul Tuul
 
Decision making techniques ppt @ mba opreatiop mgmt
Decision making techniques ppt @ mba opreatiop mgmt Decision making techniques ppt @ mba opreatiop mgmt
Decision making techniques ppt @ mba opreatiop mgmt
Babasab Patil
 
Sensitivity analysis
Sensitivity analysisSensitivity analysis
Sensitivity analysis
Lashini Alahendra
 
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
Smarten Augmented Analytics
 
Machine learning session1
Machine learning   session1Machine learning   session1
Machine learning session1
Abhimanyu Dwivedi
 

What's hot (19)

Machine learning algorithms and business use cases
Machine learning algorithms and business use casesMachine learning algorithms and business use cases
Machine learning algorithms and business use cases
 
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
What is Descriptive Statistics and How Do You Choose the Right One for Enterp...
 
Machine learning algorithms
Machine learning algorithmsMachine learning algorithms
Machine learning algorithms
 
To Explain, To Predict, or To Describe?
To Explain, To Predict, or To Describe?To Explain, To Predict, or To Describe?
To Explain, To Predict, or To Describe?
 
What Is Random Forest Classification And How Can It Help Your Business?
What Is Random Forest Classification And How Can It Help Your Business?What Is Random Forest Classification And How Can It Help Your Business?
What Is Random Forest Classification And How Can It Help Your Business?
 
Housing price prediction
Housing price predictionHousing price prediction
Housing price prediction
 
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
 
internship project1 report
internship project1 reportinternship project1 report
internship project1 report
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Bbs11 ppt ch03
Bbs11 ppt ch03Bbs11 ppt ch03
Bbs11 ppt ch03
 
M 3 iot
M 3 iotM 3 iot
M 3 iot
 
Evaluating competing predictive distributions
Evaluating competing predictive distributionsEvaluating competing predictive distributions
Evaluating competing predictive distributions
 
Bbs11 ppt ch01
Bbs11 ppt ch01Bbs11 ppt ch01
Bbs11 ppt ch01
 
Bbs11 ppt ch02
Bbs11 ppt ch02Bbs11 ppt ch02
Bbs11 ppt ch02
 
Decision making techniques ppt @ mba opreatiop mgmt
Decision making techniques ppt @ mba opreatiop mgmt Decision making techniques ppt @ mba opreatiop mgmt
Decision making techniques ppt @ mba opreatiop mgmt
 
Sensitivity analysis
Sensitivity analysisSensitivity analysis
Sensitivity analysis
 
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
What is the KMeans Clustering Algorithm and How Does an Enterprise Use it to ...
 
Machine learning session1
Machine learning   session1Machine learning   session1
Machine learning session1
 

Similar to Qt unit i

Operation's research models
Operation's research modelsOperation's research models
Operation's research models
Abhinav Kp
 
A Comparison of Traditional Simulation and MSAL (6-3-2015)
A Comparison of Traditional Simulation and MSAL (6-3-2015)A Comparison of Traditional Simulation and MSAL (6-3-2015)
A Comparison of Traditional Simulation and MSAL (6-3-2015)Bob Garrett
 
ai.pptx
ai.pptxai.pptx
HRUG - Linear regression with R
HRUG - Linear regression with RHRUG - Linear regression with R
HRUG - Linear regression with R
egoodwintx
 
Module 3: Linear Regression
Module 3:  Linear RegressionModule 3:  Linear Regression
Module 3: Linear Regression
Sara Hooker
 
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATIONGENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
ijaia
 
Machine learning in credit risk modeling : a James white paper
Machine learning in credit risk modeling : a James white paperMachine learning in credit risk modeling : a James white paper
Machine learning in credit risk modeling : a James white paper
James by CrowdProcess
 
25
2525
Regresión
RegresiónRegresión
Statistical learning vs. Machine Learning
Statistical learning vs. Machine LearningStatistical learning vs. Machine Learning
Statistical learning vs. Machine Learning
Atanu Ray
 
Linear_Regression
Linear_RegressionLinear_Regression
Linear_Regression
Mohamed Essam
 
A tour of the top 10 algorithms for machine learning newbies
A tour of the top 10 algorithms for machine learning newbiesA tour of the top 10 algorithms for machine learning newbies
A tour of the top 10 algorithms for machine learning newbies
Vimal Gupta
 
Neural Network Model
Neural Network ModelNeural Network Model
Neural Network ModelEric Esajian
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinMinchao Lin
 
Econometrics
EconometricsEconometrics
Econometrics
Stephanie King
 
54 C o m m u n i C at i o n s o F t h e a C m j u.docx
54    C o m m u n i C at i o n s  o F  t h e  a C m       j u.docx54    C o m m u n i C at i o n s  o F  t h e  a C m       j u.docx
54 C o m m u n i C at i o n s o F t h e a C m j u.docx
evonnehoggarth79783
 
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ijseajournal
 
Management Science
Management ScienceManagement Science
Optimazation
OptimazationOptimazation
Mathematical models and algorithms challenges
Mathematical models and algorithms challengesMathematical models and algorithms challenges
Mathematical models and algorithms challenges
ijctcm
 

Similar to Qt unit i (20)

Operation's research models
Operation's research modelsOperation's research models
Operation's research models
 
A Comparison of Traditional Simulation and MSAL (6-3-2015)
A Comparison of Traditional Simulation and MSAL (6-3-2015)A Comparison of Traditional Simulation and MSAL (6-3-2015)
A Comparison of Traditional Simulation and MSAL (6-3-2015)
 
ai.pptx
ai.pptxai.pptx
ai.pptx
 
HRUG - Linear regression with R
HRUG - Linear regression with RHRUG - Linear regression with R
HRUG - Linear regression with R
 
Module 3: Linear Regression
Module 3:  Linear RegressionModule 3:  Linear Regression
Module 3: Linear Regression
 
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATIONGENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
GENETIC ALGORITHM FOR FUNCTION APPROXIMATION: AN EXPERIMENTAL INVESTIGATION
 
Machine learning in credit risk modeling : a James white paper
Machine learning in credit risk modeling : a James white paperMachine learning in credit risk modeling : a James white paper
Machine learning in credit risk modeling : a James white paper
 
25
2525
25
 
Regresión
RegresiónRegresión
Regresión
 
Statistical learning vs. Machine Learning
Statistical learning vs. Machine LearningStatistical learning vs. Machine Learning
Statistical learning vs. Machine Learning
 
Linear_Regression
Linear_RegressionLinear_Regression
Linear_Regression
 
A tour of the top 10 algorithms for machine learning newbies
A tour of the top 10 algorithms for machine learning newbiesA tour of the top 10 algorithms for machine learning newbies
A tour of the top 10 algorithms for machine learning newbies
 
Neural Network Model
Neural Network ModelNeural Network Model
Neural Network Model
 
IEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao LinIEOR 265 Final Paper_Minchao Lin
IEOR 265 Final Paper_Minchao Lin
 
Econometrics
EconometricsEconometrics
Econometrics
 
54 C o m m u n i C at i o n s o F t h e a C m j u.docx
54    C o m m u n i C at i o n s  o F  t h e  a C m       j u.docx54    C o m m u n i C at i o n s  o F  t h e  a C m       j u.docx
54 C o m m u n i C at i o n s o F t h e a C m j u.docx
 
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
ENSEMBLE REGRESSION MODELS FOR SOFTWARE DEVELOPMENT EFFORT ESTIMATION: A COMP...
 
Management Science
Management ScienceManagement Science
Management Science
 
Optimazation
OptimazationOptimazation
Optimazation
 
Mathematical models and algorithms challenges
Mathematical models and algorithms challengesMathematical models and algorithms challenges
Mathematical models and algorithms challenges
 

Recently uploaded

Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
NABLAS株式会社
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
Opendatabay
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
ewymefz
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 

Recently uploaded (20)

Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单一比一原版(BU毕业证)波士顿大学毕业证成绩单
一比一原版(BU毕业证)波士顿大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 

Qt unit i

  • 2. Mathematical Model  Mathematical modeling is the process of creating a mathematical representation of some phenomenon in order to gain a better understanding of that phenomenon.  It is a process that attempts to match observation with symbolic statement.  During the process of building a mathematical model, the model will decide what factors are relevant to the problem and what factors can be de-emphasized.  Once a model has been developed and used to answer questions, it should be critically examined and often modified to obtain a more accurate reflection of the observed reality of that phenomenon.
  • 3. BUILDING A MATHEMATICAL MODEL  Identify the problem, define the terms in your problem, and draw diagrams where appropriate  Begin with a simple model, stating the assumptions that you make as you focus on particular aspects of the phenomenon.  Identify important variables and constants and determine how they relate to each other.  Develop the equation(s) that express the relationships between the variables and constants.
  • 4. VERIFYING AND REFINING A MODEL  Is the information produced reasonable?  Are the assumptions made while developing the model reasonable?  Are there any factors that were not considered that could affect the outcome?  How do the results compare with real data, if available?
  • 5. Deterministic Model  Mathematical model in which outcomes are precisely determined through known relationships among states and events, without any room for random variation.  In such models, a given input will always produce the same output, such as in a known chemical reaction.
  • 6. Deterministic Model  An example of a deterministic model is a calculation to determine the return on a 5-year investment with an annual interest rate of 7%, compounded monthly. The model is just the equation below:  F = P (1 + r/m) Y  The inputs are the initial investment (P = $1000), annual interest rate (r = 7% = 0.07), the compounding period (m = 12 months), and the number of years (Y = 5).
  • 7. Deterministic Model  One of the purposes of a model such as this is to make predictions and try “What If?” scenarios.  You can change the inputs and recalculate the model and you’ll get a new answer.  You might even want to plot a graph of the future value (F) vs. years (Y).  In some cases, you may have a fixed interest rate, but what do you do if the interest rate is allowed to change?  For this simple equation, you might only care to know a worst/best case scenario, where you calculate the future value based upon the lowest and highest interest rates that you might expect.
  • 8. Probabilistic Model  Probabilistic models incorporate random variables and probability distributions into the model of an event or phenomenon.  While a deterministic model gives a single possible outcome for an event, a probabilistic model gives a probability distribution as a solution
  • 9. Probabilistic Model-Example  Weather and Traffic  Weather and traffic are two everyday occurrences that have inherent randomness, yet also seem to have a relationship with each other.  For example, if you live in a cold climate you know that traffic tends to be more difficult when snow falls and covers the roads.  We could go a step further and hypothesize that there will be a strong correlation between snowy weather and increased traffic incidents.  In order to help analyze our hypothesis, we can create a simple mathematical model of traffic incidents as a function of snowy weather, based on known data.  In the following table, we have accumulated a record of the number of snow days occurring in a certain locality over the past 10 years, along with the number of traffic incidents reported to police in the same year.  A scatter plot of the data can be used to visualize the possible correlation.
  • 11. Probabilistic Model  We see that there is a general trend to the data, with traffic incidents increasing as the number of snow days increases.  We have added a linear trend line to the data to highlight this relationship.  This linear trend is, in fact, a straight line probabilistic model of the data. The individual data points do not lie exactly on the line, and so this linear model is not deterministic.  There is some error in the predictive ability of our model, as shown by the vertical lines linking individual points to the linear trend line.  The magnitude of each of these represents an error in the predictive ability of our model.  However, given some allowance for these error terms, this straight line model seems to reasonably represent the number of traffic incidents that can be expected to occur in that locality during some year, given the number of snowy days.
  • 12. Operation Research  OR is a scientific method of providing executive departments with a quantitative basis for decisions regarding the operations under their control. – Morse & Kimball  Operations research is a scientific approach to problem solving for executive management. – H.M. Wagner  Operations research is an aid for the executive in making this decisions by providing him with the needed quantitative information based on the scientific method of analysis. – C. Kittel
  • 13. Models of OR and Optimization  Linear Programming  Network Flow Programming  Integer Programming  Nonlinear Programming  Dynamic Programming  Stochastic Programming  Queuing  Simulation
  • 14. LINEAR PROGRAMMING  A typical mathematical program consists of a single objective function, representing either a profit to be maximized or a cost to be minimized, and a set of constraints that circumscribe the decision variables.  In the case of a linear program (LP) the objective function and constraints are all linear functions of the decision variables.  Because of its simplicity, software has been developed that is capable of solving problems containing millions of variables and tens of thousands of constraints.  Countless real-world applications have been successfully modeled and solved using linear programming techniques.
  • 15. NETWORK FLOW PROGRAMMING  The term network flow program describes a type of model that is a special case of the more general linear program.  The class of network flow programs includes such problems as the transportation problem, the assignment problem, the shortest path problem, the maximum flow problem, the pure minimum cost flow problem, and the generalized minimum cost flow problem.  It is an important class because many aspects of actual situations are readily recognized as networks and the representation of the model is much more compact than the general linear program.  When a situation can be entirely modeled as a network, very efficient algorithms exist for the solution of the optimization problem, many times more efficient than linear programming in the utilization of computer time and space resources.
  • 16. INTEGER PROGRAMMING  Integer programming is concerned with optimization problems in which some of the variables are required to take on discrete values.  Rather than allow a variable to assume all real values in a given range, only predetermined discrete values within the range are permitted.  In most cases, these values are the integers, giving rise to the name of this class of models.
  • 17. NONLINEAR PROGRAMMING  When expressions defining the objective function or constraints of an optimization model are not linear, one has a nonlinear programming model.  Since nonlinear functions can assume such a wide variety of functional forms, there are many different classes of nonlinear programming models.  In general a nonlinear programming model is much more difficult to solve than a similarly sized linear programming model.
  • 18. DYNAMIC PROGRAMMING  Rather than an objective function and constraints, a DP model describes a process in terms of states, decisions, transitions and returns.  The process begins in some initial state where a decision is made. The decision causes a transition to a new state.  Based on the starting state, ending state and decision a return is realized.  The process continues through a sequence of states until finally a final state is reached.  The problem is to find the sequence that maximizes the total return.
  • 19. STOCHASTIC PROGRAMMING  The mathematical programming models, such as linear programming, network flow programming and integer programming generally neglect the effects of uncertainty and assume that the results of decisions are predictable and deterministic.  This abstraction of reality allows large and complex decision problems to be modeled and solved using powerful computational methods.
  • 20. QUEUING  This situation is almost always guaranteed to occur at some time in any system that has probabilistic arrival and service patterns.  Tradeoffs between the cost of increasing service capacity and the cost of waiting customers prevent an easy solution to the design problem.  The basic objective in most queuing models is to achieve a balance between these costs.
  • 21. SIMULATION  When a situation is affected by random variables it is often difficult to obtain closed form equations that can be used for evaluation.  Simulation is a very general technique for estimating statistical measures of complex systems.  A system is modeled as if the random variables were known. Then values for the variables are drawn randomly from their known probability distributions.  Each replication gives one observation of the system response. By simulating a system in this fashion for many replications and recording the responses, one can compute statistics concerning the results.  The statistics are used for evaluation and design.
  • 22. Basics of Optimization Model  Optimization model has three main components:  An objective function. This is the function that needs to be optimized.  A collection of decision variables. The solution to the optimization problem is the set of values of the decision variables for which the objective function reaches its optimal value.  Decision Variable:  A factor over which the decision maker has control;  also known as a controllable input variable.  Usually designated by X1, X2, X3…  A collection of constraints that restrict the values of the decision variables.  Decision Constraint: A restrictive condition that may affect the optimal value for an objective function.
  • 23. Scope and applications of Mathematical Models Mathematical models are useful in solving :  Resource allocation problems  Inventory control problems  Maintenance and replacement problems  sequencing and scheduling problems  Assignment of job to employees in order to maximize total profits or minimize total cost  Transportation problems  Shortest route problem like travelling salesman problem  Marketing management problems  Finance management problems  Production planning and control problems  Design problems  Queuing problems
  • 24. Advantages  Provides a tool for scientific analysis.  Provides solution for various business problems.  Enables proper deployment of resources.  Helps in minimizing waiting and servicing costs.  Enables the management to decide when to buy and how much to buy?  Assists in choosing an optimum strategy.  Renders great help in optimum resource allocation.  Facilitates the process of decision making.  Management can know the reactions of the integrated business systems.  Helps a lot in the preparation of future managers
  • 25. Linear programming problems  Linear programming problems deal with the optimization(maximization or minimization) of a function of decision variables ( the variables whose values determine the solution of a problem are called decision variables of the problem) known as objective function, subject to a set of simultaneous linear equations known as constraints
  • 26. Essentials of LPP Technique  There must be well defined objective function  There must be alternative courses of action to choose  At least some of the resources must be limited in supply, which give rise to constraints.  Both the objective function and constraint must be linear equations or inequalities
  • 27. Procedure for forming LPP  Identify unknown decision variables to be determined and assign symbols to them  Identify all the restriction or constraints in the problem and express them as linear equations or inequalities of decision variables  Identify the objective or aim and represent it also as a linear function of decision variables  Express the complete formulation of LPP as a mathematical model