Chapter 10 Decision Support and Expert Systems Flashcards
Decision Support
- An organization’s success depends on the decisions made by employees
- Computer-based systems are beneficial for:
- Large amounts of information
- Intensive processing
- Types of decision support aids
- Decision support systems (DSSs)
- Expert systems (ESs)
- Applications today may combine both types
- Provide single optimal solution or set of solutions
- Decision support modules today may be part of larger enterprise applications
- Also called business analysis tools or business intelligence applications
- Designed to streamline the decision-making process
- -Data warehouses and online processing (OLAP) technologies have enhanced the ability to use data for decision making
Computer-based systems are beneficial for
- Large amounts of information
- Intensive processing
Types of decision support aids
- Decision support systems (DSSs)
- Expert systems (ESs)
Decision support modules today may be part of larger enterprise applications
- Also called business analysis tools or business intelligence applications
- Designed to streamline the decision-making process
The Decision Making Process
- A decision must be made whenever more than one possible action is available
- It can be difficult to make decisions when many reasonable alternatives are present
- In business, there may be dozens, hundreds, or even millions of different courses of actions available to achieve a desired result
- Decision making is a three-phase process
- Intelligence phase: collect facts, beliefs, and ideas
- Design phase: design the method for considering the collected data, to reduce the alternatives to a manageable number
- Choice phase: select an alternative from the remaining choices
- Businesses collect data internally and externally
- A model is an abstraction of reality, such as:
- Tabletop representations of buildings
- Maps: represent a geographical area
- Mathematical equations representing relationships among variables
- Managers either choose universal models or design their own models
Decision making is a three-phase process
- Intelligence phase: collect facts, beliefs, and ideas
- Design phase: design the method for considering the collected data, to reduce the alternatives to a manageable number
- Choice phase: select an alternative from the remaining choices
Model
an abstraction of reality, such as:
- Tabletop representations of buildings
- Maps: represent a geographical area
- Mathematical equations representing relationships among variables
Structured problem
one in which an optimal solution can be reached through a single set of steps
Algorithm
a sequence of steps to complete a task
Parameters
categories of data that are considered in an algorithm
Unstructured problem
one for which there is no algorithm that leads to an optimal solution
- May not be enough information
- May be a large number of potential factors
- Unstructuredness is closely related to uncertainty
- Examples of unstructured problems
- Weather prediction
- Stock market prediction
Semistructured problem
one that is neither fully structured nor totally unstructured
- Professionals encounter semistructured problems almost daily in many different industries
- The goal is to choose the one alternative that will bring about the best outcome
Decision Support Systems
DSS
a computer-based information system designed to help knowledge workers select one of many alternative solutions to a problem
DSSs can help corporations by
- Increasing market share
- Reducing costs
- Increasing profitability
- Enhancing product quality
DSSs consist of three components
- Data management module
- Model management module
- Dialog module
How do DSS components help users
- Enter a request in a convenient manner
- Search vast amounts of data
- Process the data through desired models
- View the results in a desired format
Data management module
a database or data warehouse that provides data for the intelligence phase
- Accesses the data
- Provides a means to select data by specified criteria
- Many DSSs are intertwined with other organizational systems, including data warehouses, data marts, and ERP systems
Model management module
turns data into useful information
- May offer a fixed model, a dynamically modified model, or a collection of models
- Dynamically modified model is automatically adjusted based on changing relationships among variables
- Models are used to predict output
Often based on mathematical research - Patterns or models may be unique to a certain industry, such as:
- ATM placement
- Truck route planning
- Airline ticket pricing
- Car rental pricing
- A linear regression model is a general statistical model that is often used
- Gives a best-fit linear relationship between two variables
- A linear relationship can be translated into a program in a DSS
- The actual data points rarely lie directly on the regression line, illustrating the uncertainty
- Regression models are not necessarily always straight lines; they may be curves
- Models often describe relationships between more than two variables
- Some DSSs simulate physical environments
Dialog module
part of a DSS that allows user interaction with the program
- Prompts the user to select a model and data to process
- Allows the user to change parameters and view the results of the changes
- Displays the results of the analysis in textual, tabular, or graphical format
- Many DSSs are available through the Internet
Sensitivity analysis
conducted to test the degree to which the total profit grows or shrinks
- If one or more of the factors is increased or decreased
- Results indicate the relative sensitivity of the profit to the changes
- If a small change in a parameter causes a significant change to the outcome:
- Sensitivity of the outcome to the parameter is high
- If the outcome is affected very little by a large change in a parameter:
- Sensitivity of the outcome to the parameter is low
- Also called what-if analysis
- DSS can perform sensitivity analysis on multiple parameters simultaneously
Decision Support Systems in Action
- DSSs can be used on demand or integrated into a scheme that enforces corporate policy
- DSSs help maintain standard criteria in decision making throughout the organization
- Automated decision production is becoming very popular
- The only labor required is for data entry
DSSs are used in many industries
- Book sales and food production and retailing: to forecast the number of patrons, the amount of ingredients to purchase, etc.
- Tax planning: tax helper applications such as TurboTax and TaxCut
- Web site planning and adjustment: to analyze shopper behavior, and to design Web sites based on page usage
- Yield management (revenue management): to maximize revenue from airline trips or lodging
- Financial services: to determine loan amounts, and to qualify customers based on credit history
- Benefits selection: to allow employees to make decisions about their benefits
Yield management
(revenue management): to maximize revenue from airline trips or lodging
ES
Expert system (ES): emulates the knowledge of a human expert
- Solves problems
- Makes decisions in a relatively narrow domain
- Domain: a specific area of knowledge
- Purpose is to replicate the unstructured and undocumented knowledge of experts, and make that expertise available to novices
- Neural network: a program that emulates how the human brain works
- mimic the way a human brain learns
- Used by more sophisticated ESs
- Constructed with a set of rules, but then it refines itself based on its decision success rate
- Beneficial in detecting fraudulent transactions and claims
- ESs are part of artificial intelligence (AI) research
- AI focuses on methods and technologies that emulate how humans learn and solve problems
- Knowledge base: used by an ES
- Collection of facts and relationships among them
- Uses an inference engine
- Built as a series of IF-THEN rules
- Inference engine: software that combines data input by the user with the data relationships
- Intelligent agent: software that is dormant until it detects a certain event, and then performs a prescribed action
- Case-based reasoning: methodology of solving a new problem established on the solutions of similar problems
- Applied in case-based ESs
- Especially useful in medical decision making