0% found this document useful (0 votes)
193 views7 pages

Mathematical Models in Business Intelligence

Business intelligence is a set of processes, architectures, and technologies that convert raw data into meaningful information to drive business actions. Data refers to primary entities like customers, while information is obtained through research and study. A data warehouse is the foremost repository for data used to develop business intelligence architectures and decision support systems. Data mining generally refers to gathering relevant data from large databases, while data exploration allows users to uncover initial patterns in an unstructured way. Classification models are used to categorize data and include heuristic, separation, regression, and probabilistic models.

Uploaded by

mystuff stuff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views7 pages

Mathematical Models in Business Intelligence

Business intelligence is a set of processes, architectures, and technologies that convert raw data into meaningful information to drive business actions. Data refers to primary entities like customers, while information is obtained through research and study. A data warehouse is the foremost repository for data used to develop business intelligence architectures and decision support systems. Data mining generally refers to gathering relevant data from large databases, while data exploration allows users to uncover initial patterns in an unstructured way. Classification models are used to categorize data and include heuristic, separation, regression, and probabilistic models.

Uploaded by

mystuff stuff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1. Define Business Intelligence.

Business Intelligence is a set of processes, architectures, and


technologies that convert raw data into meaningful information
that drives profitable business actions

2. Define Data, Information and Knowledge.

Data For a retailer data refer to primary entities such as customers,


sales receipts represent the commercial transactions..
Information is a knowledge obtained from Reasearch or study
Knowledge is a combination of information, experience and
insight that may benefit the individual or the organization.

3. Define Role of Mathematical models.

4. Define Data Sources.

A Data Source is a set of fields that provide the data for a business
unit for data transfer into Business Intelligence
5. What is data warehouse and data mart?

Data warehouse is the foremost repository for the data available for
developing business intelligence architectures and decision support
systems.
Data marts are systems that gather all the data required by a specific
company department, such as marketing or logistics, for the purpose
of performing business intelligence analyses and executing decision
support applications specific to the function itself.

What is Data mining and Data exploration?

Data mining generally refers to gathering relevant data from large


databases
Data exploration is the initial step in data analysis, where users
explore a large data set in an unstructured way to uncover initial
patterns, characteristics, and points of interest. 

6. Phases in development of BI system.

Analysis, Design, Planning, implementation and control

7. Phases of decision making process.

Intelligence, design, choice, implementing and control


8. What are the type decisions?

 Semi-structured decisions
 Structured
 Unstructured
 Strategic.
 Tactical.
 Operational.

9. Primary phases of mathematical models for decision


making.

Problem identification
Model formulation
Development of algorithms
Implementation and test

10. What is Interpretation and Prediction?

Interpretation. The purpose of interpretation is to identify regular


patterns in the data and to express them through rules and criteria
that can be easily understood by experts in the application domain.

Prediction. The purpose of prediction is to anticipate the value


that a random variable will assume in the future.
11. Define discrete and continuous import data?

Discrete data is information that can only take certain values.

Continuous import data is data that can take any value.

12. Define nominal and ordinal input data?

Nominal attributes are categorical attributes without a natural


ordering, such as the province of residence.

Ordinal attributes, such as education level, are categorical


attributes that lend themselves to a natural ordering but for which it
makes no sense to calculate differences or ratios between the
values.

13. Define OLAP?

OLAP (online analytical processing) is a computing method that


enables users to easily and selectively extract and query data in
order to analyze it from different points of view.

14. What is data transformation?

Data transformation is the process of validating and


normalizing business data as it is acquired in order to maintain
quality and facilitate usability in downstream applications
16. What are the criteria’s which are used to evaluate
classification models?

15. What are the categories of classification models?

Heuristic models
Separation models.
Regression models
Probabilistic models

16. What is Naive Bayesian classifier?

Naive Bayesian classifiers are based on the assumption that the


explanatory variables are conditionally independent given the
target class

17. Define Logistic Regression?

Logistic regression is a technique for converting binary


classification problems into linear regression ones.

18. What is neural network?

A neural network is a series of algorithms that endeavors to


recognize underlying relationships in a set of data through a
process that mimics the way the human brain operates. In this
sense, neural networks refer to systems of neurons, either organic
or artificial in nature.
19. What is cluster?

The records of a dataset into homogeneous groups of observations,


called clusters

22. What are types of clustering methods?

23. What is relational marketing?

24. What is supply chain management?

25. What is revenue management system?

Revenue management is the application of disciplined analytics


that predict consumer behaviour at the micro-market levels and
optimize product availability and price to maximize
revenue growth.

26. Explain ETL.

ETL refers to the software tools that are devoted to performing in


an automatic way three main functions: extraction, transformation
and loading of data into the data warehouse.
27. Define data staging.

A data staging  is a temporary storage area between


the data sources and a data warehouse.

28. What are the uses of PO table?


29. What is linear regression?

30. What is knowledge management system?

A knowledge management system is any kind of IT system that


stores and retrieves knowledge to improve understanding,
collaboration, and process alignment. 

Common questions

Powered by AI

Data transformation involves the process of validating and normalizing data as it is acquired. This ensures the data is accurate and consistent, which maintains quality and usability in downstream applications. It's essential for Business Intelligence (BI) systems as it prevents errors and discrepancies that might lead to faulty business decisions based on inaccurate data .

Revenue management systems leverage analytics to predict consumer behavior on a micro-market level and optimize product availability and pricing to enhance revenue growth. By analyzing historical sales data, market conditions, and consumer purchasing patterns, these systems forecast demand and make pricing recommendations in real-time. Consequently, businesses not only improve inventory and price management but also increase profitability by aligning product offerings with consumer demand more precisely .

OLAP allows users to extract and query data to analyze it from different perspectives, which can provide rich, multidimensional insights into business operations. Advantages include its ability to handle complex calculations and queries quickly, and the intuitive representation of data through cubes which are useful for high-level analyses. However, disadvantages might include its complexity and the potential for requiring specialized knowledge to set up and manage, making it not as accessible for users without technical expertise .

Data warehouses serve as the central repository for all data available in a business, supporting the development of business intelligence architectures and decision support systems. They provide a comprehensive view of the organization’s data aggregated from multiple sources. Data marts, on the other hand, are subset systems focused on the needs of specific departments, such as marketing or logistics. They allow departments to run in-depth analyses pertinent to their function, promoting efficiency and tailored decision support. Together, they enable businesses to conduct both broad and detailed analyses to inform and improve strategic and operational decision-making .

Logistic regression is used for binary classification problems where the outcome is categorical, offering probabilities as outputs, whereas linear regression is used for predicting continuous outcomes. Logistic regression applies a logistic function to ensure outputs remain between 0 and 1, making it ideal for predicting categorical outcomes such as customer churn (yes/no). In contrast, linear regression seeks to model the relationship between input variables and continuous outputs, such as predicting sales volume based on historical data .

Data exploration is the initial step in data analysis where users examine a large dataset in an unstructured manner to uncover patterns, characteristics, and points of interest. In contrast, data mining refers to the process of extracting relevant data from large databases, often following initial insights gathered from data exploration. These processes interact by first using data exploration to identify potential areas of interest, which then informs targeted data mining efforts for more detailed analysis and decision-making .

Neural networks are a set of algorithms modeled after the human brain designed to recognize patterns and relationships in data. They consist of layers of interconnected nodes or neurons that process input data by assigning weights and applying activation functions to produce an output. In business intelligence, they are used for tasks such as classification, clustering, and prediction, aiding in complex decision-making processes by uncovering hidden patterns and trends that might not be discovered through traditional statistical methods .

Classification models in business intelligence are used to identify to which of a set of categories a new observation belongs, based on a training dataset containing observations whose category membership is known. Examples include heuristic models, which use simplistic rules for classification, and probabilistic models, like the Naive Bayesian, which relies on probability distributions. Regression models use logistic regression for binary classification, while separation models utilize decision boundaries to classify data points. Each model has its strengths and use cases, important for tasks like customer segmentation or predicting product suitability .

Data staging refers to a temporary storage area used during data processing for ETL (Extract, Transform, Load) processes. Its significance lies in its role as a buffer that holds data as it is being moved and transformed, enabling businesses to perform complex data consolidations, cleaning, and transformations efficiently. By staging data, business intelligence systems can minimize disruptions during the data transfer process and ensure high-quality, prepared data is eventually loaded into the data warehouse for analysis .

Discrete data consists of distinct, separate values and is often used for categorical variables in predictive models, while continuous data can take any value within a range and is typically used for variables that represent quantities. Both types are crucial for predictive models; discrete data allows for the construction of classifier models, while continuous data is necessary for regression models. The proper handling and transformation of these data types are vital for developing accurate and reliable predictive models in business intelligence systems .

You might also like