What Is Business Analytics
What Is Business Analytics
● Business Analytics is analysing data and deriving insights from it to improve business
operations, make better decisions, reduce costs, and increase profits. It involves
collecting, cleaning, organising, visualising, and interpreting data to draw meaningful
conclusions about the data.
DECISION MODELS
● provide speedy solutions rather than accurate ones, they are generally blended with
optimization algorithms to improve the results
OPTIMIZATION
● process of improving a portfolio, algorithm or trading system to reduce costs or increase
efficiency
● process of fine-tuning a business strategy or process in order to improve efficiency or
reduce costs. This can be done by using resources more efficiently, cutting costs, or
investing in labor-saving technologies
DASHBOARD
● way of displaying various types of visual data in one place. Usually, a dashboard is
intended to convey different, but related information in an easy-to-digest form. And
oftentimes, this includes things like key performance indicators (KPI)s or other important
business metrics that stakeholders need to see and understand at a glance.
Uses of Dashboard
● Ad-hoc analysis: A company can use a dashboard to respond to individual challenges
when required, such as analyzing sudden decreases in sales. In real-time, the user can
track multiple key metrics, such as sales revenue, and then create custom reports to
solve these issues.
● Strategic planning: Creating a strategic plan can establish the organization's priorities
that can result in long-term improvements. This helps to find where the company can
focus its time and resources to achieve the results they desire by providing a hub to
assess performance.
● Data-driven decision making: A dashboard monitors vital KPIs and other business
metrics that can inform the leadership team to help make better strategic decisions. It
condenses a significant amount of data into a straightforward overview, which creates a
single source of information to help management identify crucial patterns and trends.
● Information sharing: It can be challenging for an organization to share information,
especially when communicating essential insights to executives who might not have the
same expertise as other professionals in the company. A dashboard can make sharing
vital insights with stakeholders easier by using succinct graphs and charts.
● Spreadsheets: Spreadsheets like Microsoft Excel and Google Docs are some of the
most widely used BI tools.
● Reporting software: Reporting software is used to report, organize, filter, and display
data.
● Data visualization software: Data visualization software translates datasets into
easy-to-read, visually appealing graphical representations to quickly gain insights.
● Data mining tools: Data mining tools "mine" large amounts of data for patterns using
things like artificial intelligence, machine learning, and statistics.
● Online analytical processing (OLAP): OLAP tools allow users to analyze datasets
from a wide variety of angles based on different business perspectives.
TYPES OF CHART
● BAR CHART - one axis of the chart shows the categories being compared, and the
other, a measured value. The length of the bar indicates how each group measures
according to the value.
● PIE CHART - are one of the most common and basic data visualization techniques,
used across a wide range of applications. Pie charts are ideal for illustrating proportions,
or part-to-whole comparisons.
● HEAT CHART - type of visualization used to show differences in data through variations
in color. These charts use color to communicate values in a way that makes it easy for
the viewer to quickly identify trends. Having a clear legend is necessary in order for a
user to successfully read and interpret a heatmap.
● WATERFALL CHART - visual representation that illustrates how a value changes as it’s
influenced by different factors, such as time. The main goal of this chart is to show the
viewer how a value has grown or declined over a defined period. For example, waterfall
charts are popular for showing spending or earnings over time.
DATABASE
● Relational Database - RDBMS stands for Relational Database Management Systems. It
is most popular database. In it, data is store in the form of row that is in the form of tuple.
It contain numbers of table and data can be easily accessed because data is store in the
table. This Model was proposed by E.F. Codd.
● NOSQL Database - doesn’t use table to store the data like relational database. It is used
for storing and fetching the data in database and generally used to store the large
amount of data. It supports query language and provides better performance
SCALABILITY
● Scalability refers to the ability of a system to handle increasing workloads efficiently. In
the context of application development, this means that the system should be able to
handle increasing user traffic and data processing needs without sacrificing performance
or reliability
Types of scalability
Vertical Scalability: This refers to the ability of a system to handle increased load by adding
more resources to the existing infrastructure. This can include adding more CPU, RAM, or
storage to a single server.
Horizontal Scalability: This refers to the ability of a system to handle increased load by adding
more servers to the infrastructure. This allows the system to distribute workloads across multiple
servers, thereby improving performance and reliability.
Importance
● Rapid growth of technology
- With technology evolving at a rapid pace, the demand for high-performance
applications that can handle increasing user traffic and data processing needs
has never been higher. Scalability is essential for ensuring that your application
can keep pace with the growth of technology and continue to deliver a positive
user experience.
DATA MINING