Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 15

CONVENTION STEPS IN FORECASTING

envNOTES
1. Make the observation in period t
By: REPULDA CHRISTINE L. 2. Carry out the necessary calculations
3. Use the calculations to forecast
CHAPTER 7 TIME SERIES period (t + 1)
FORECASTING
What number of periods to include in
REGRESSION ANALYSIS – useful in short- moving average?
term forecasting but flawed
o There is no definite answer, but
BETTER APPROACH – based the forecast of there is a trade-off to consider.
a variable on its own history.
Suppose the mean of the underlying
TWO IMPORTANT FEATURES OF TIME- process remains stable:
SERIES MODELS
If we include very few data points, then the
 Uses historical data for the moving average exhibits more variability
phenomenon we wish to forecast. than if we include a larger number of data
 We seek a routine calculation to points. In that sense we get more stability
apply to a large of number of cases from including more points.
and that may be automated,
Suppose there is an unanticipated change
without relying on qualitative
in the mean of the underlying process:
information about the underlying
phenomena. If we include very few data points, our
moving average will tend to tracked the
SHORT TERM FORECASTS – often used in
change process more closely than if we
situations that involve forecasting many
include a larger number of data points. In
different variables at frequent intervals.
that case we get more responsiveness from
MAJOR COMPONENTS (an HYPOTHESIZED including fewer points.
MODEL)
MEASURES OF FORECAST ACCURACY
 A base level
o MSE (Mean Squared Error)
 A trend
between forecast and actual
 Cyclic fluctuations
n-period moving average – builds a forecast o MAD (Mean Absolute
by averaging the observations in the most Deviation) between forecast and
recent n periods. actual
o MAPE (Mean Absolute
xt – observation made in period t
Percent Error) between forecast and
At – moving average calculated after actual
making the observation in period t
MAD & MAPE – similar, one is absolute, the EXPONENTIAL SMOOTHING MODULE –
other is relative. resembles the Moving Average module, but
instead of asking for the number of periods,
MAPE – usually reserved for comparisons in
it asks for damping factor, which is the
which the magnitudes of two cases are
complement of the smoothing factor or
different.
(1-a).
EXCEL’S DATA ANALYSIS TOOL
NOTE: Option exist for chart output and for
DATA>ANALYSIS>DATA a calculation of the standard error.
ANALYSIS>MOVING AVERAGE
HOLT’S METHOD – this is more flexible
o Contains an option for calculating procedure uses two smoothing constant, as
moving average. shown in the following formulas.

NOTE: Excels assumes that the data appear S t = ax t + (1-a) (S t-1 + T t-1)
in a single column, and the tool provides an
option of recognizing a title for this column, T t = B (S t – S t-1) + (1 – B) T t-1
if it is included in the data range.
F t+1 = S t + T t
NOTE: Other options include a graphical
display of the actual and forecast data and a Note: We can take exponential smoothing
calculation of the standard error after each model further and include a cyclical (or
forecast. seasonal) factor.

EXPONENTIAL SMOOTHING – weighs FOR CYCLICAL EFFECT, THERE ARE 2 TYPES


recent observations more than older ones. OF MODELS

S t = ax t + (1 – a) S t-1 o Additive Model


o Multiplicative Model
Where:
SUMMARY:
a – smoothing constant – some number  Moving averages and exponential
between zero and one. smoothing are widely used for
routine short-term forecasting.
S t – smooth value of the observation
 By making projections from past
(our “best guess” as to the value of the
data, these methods assume that
mean.
the future will resemble the past.
Forecasting procedure – sets the forecast  However, the exponential
smoothing procedure is
F t+1 = S t sophisticated enough to permit
EXCEL’S DATA ANALYSIS TOOL – contains representations of a linear trend and
an option for calculating forecasts using a cyclical factor in its calculations.
exponential smoothing.
 Exponential smoothing is DECISION VARIABLES – levers used to
productive. improve performance. Want the best values
 Implementing an exponential for the variables
smoothing procedure requires that
FINDING THE BEST VALUES
winitial values be specified and a
smoothing factor be chosen.  Need Solver’s sophisticated
 The smoothing factor should be software
chosen to trade off stability and  Still relatively easy to construct
responsiveness in appropriate models beyond Solver’s capability
manner.
FORMULATION
 Although Excel contains a Data
Analysis tool for calculating Moving- Decision Variables – What must be
Average forecast, the tool does not decided? Be explicit with units.
accommodate the most powerful
TACTIC – What measure compares decision
version of exponential smoothing,
variables? Use only one measure (“as a yard
which includes trend and cyclical
stick”)- put it in target cell
components.
Constraints – What restrictions limit our
CHAPTER 8 NON LINEAR choice of decision in variables?
OPTIMIZATION CONSTRAINTS
Optimization – find the best set of
o Left-handed-side (LHS) – usually a
decisions for a particular measure of
function.
performance.
o Right-handed-side – usually a
INCLUDES: number (ex: a parameter)

o The goal of finding the best set 3 TYPES OF CONSTRAINTS


o The algorithms (procedures) to
 LT CONTRAINTS (LHS<RHS) less than
accomplish this goal.
– capacity or ceilings
EXCEL OPTIMIZATION SOFTWARE  GT CONSTRAINTS (LHS>RHS) greater
than –shflawed Commitment or
 Solver
thresholds.
– Standard with excel
 EQ CONSTRAINTS (LHS=RHS) equal –
 Analytic Solver Platform
material balance and define related
– comes with text – Install off text
variables consistently.
CD
– More advanced than standard solver
LAYOUT
– Is preferred tool throughout text
 Standard model is advisable.
 Enhance ability to communicate
-provides common language Throughout optimization, generally
-Reinforces understanding how only some constraint is binding.
models shaped
INTERPRETING RESULTS:
Improves ability to spot
OPTIMIZATION SOLUTION
modeling errors
 Enables “scaling up” more easily o TACTICAL INFORMATION – plan
for decision variables.
LAYOUT
o STRATEGIC INFORMATION –
 Organize worksheet in modules What factors could lead to better
-Decision variables, objective level of performance? Binding
function, constraints constraints are economic factor
 Place decision variables in single row that restrict the value of the
(or column) objective.
 Use color or border highlighting
MODEL CLASSIFICATION AND THE
 Place objective in single highlighted
NONLINEAR SOLVER
cell
 Arrange constraints for visual o LINEAR OPTIMIZATION OR LINEAR
comparison of LHS and RHS PROGRAMMING – objective and all
constraints are linear functions of
SOLVER TIP: RANGES FOR DECISION
the decision variables.
VARIABLES
o NONLINEAR OPTIMIZATION OR
 Arrange worksheet with all decision NONLINEAR PROGRAMMING –
in adjacent cells either objective or a constraint (or
-Enables a single reference to their both) are nonlinear functions of the
range decision variables.
-Makes data entry efficient
NOTE: TECNIQUES FOR SOLVING
-Reduce clutter in Solver interface
LINEAR MODEL ARE POWERFUL (use
-Makes task pane description easier
wherever possible)
to interpret
or – technique used by Solver for
INTERPRETING RESULTS
Nonlinear optimization.
o OPTIMAL VALUES OF DECISION
Called LSGRG (Large-Scale Generalized
VARIABLES – best course of action
Reduced Gradient) algorithm
for a model.
o OPTIMAL VALUE OF OBJECTIVE HILL CLIMBING IN A FOG
FUNCTION – best level of
-Try to follow the steepest path going
performance possible.
up
o CONSTRAINTS OUTCOME –
Constraint is tight or binding if
LHS=RHS in LT or GT constraint.
-After each step, or group of steps, OPTIMIZATION SENSITIVITY – determines
again find the steepest path and follow how the optimal solution changes with a
it change in a parameter.
-Stop if no path leads up PARAMETRIC SENSITIVITY – answers how
specific output change with parameters.
LOCAL AND GLOBAL OPTIMUM
EXCEL MINI LESSON: THE COVAR FUNCTION
GLOBAL OPTIMUM – the highest peak
and what we want to find. COVAR FUNCTION IN EXCEL – calculates the
covariance between two-equal sized sets of
LOCAL OPTIMUM – any peak higher
numbers representing observations of two
than all points around, it is what the
variables.
LSGRG locates.
COVARIANCE – measures the extent to
PROGRAMMING EXAMPLES
which one variable tends to rise or fall with
 Facility Location increases and decreases in the other
 Revenue Maximization – maximize variable.
revenue in the presence of demand
NOTE:
curve
 Curve fitting – fit a function to IF TWO VARIABLES RISE AND FALL IN
observed data points UNISON, THEIR COVARIANCE IS LARGE AND
 Economic Order Quantity – trade- POSITIVE.
off ordering and carrying costs for
IF THE TWO VARIABLES MOVE IN OPPOSITE
inventory
DIRECTIONS, THEN THEIR COVARIANCE IS
SOLVER TIP: AVOID DISCONTINOUS NEGATIVE.
FUNCTIONS
IF THE TWO VARIABLES MOVE
A number of functions familiar to INDEPENDENTLY, THEN THEIR COVARIANCE
experienced Excel programmers should be IS CLOSE TO ZERO.
avoided when using nonlinear solver.
EXCEL SOLVER – collection of optimization
These include: procedures the Nonlinear Solver is Solver’s
default of choice
o Logical functions (IF or AND)
o Mathematical functions (ROUND OR STEPS:
CEILING) 1. Formulating
o Lookup and reference functions 2. Solving
(CHOOSE OR VLOOKUP) 3. Interpreting optimization problems
SOLVER TIP: WHAT KIND OF SENSITIVITY GUIDELINES FOR MODEL BUILDERS ARE THE
ANALYSIS? CRADT SKILLS TYPICALLY EXHIBITED BY
EXPERTS:
1. Follow a standard form whenever
possible.
2. Enter cells reference in the Solver
window: keep numerical values in
cell.
3. Try out some feasible (and
infeasible) possibilities as a way of
debugging the model and exploring
the problem
4. Test intuition and suggest
hypotheses before running
INCOME TAX REVIEWER
domesticated for plowing and
transportation.
4. CHANGES IN HUMAN BODY
As early humans spread to different
environments and changed their diet, they
evolved body shapes that helped them
STS NOTES survive in hot and cold climates.

CHARACTERISTICS OF HUMANS THAT A. SHORT BODIES AND LONG GUTS


EVOLVED OVER TIME Wide rib cage room for stomach, intestines
 changes in the environment and other organs that break down food
 increased knowledge B. TALL BODIES AND SHORT GUT
 culture adaptations.
Narrow bodies to help them stay cool
Long legs enable them to travel longer
1. WALKING UPRIGHT distances
- The early records of humanity showed C. COMAPACT BODIES
that humans evolved from four legged
species to walking upright individuals. Short, wide body to conserve heat

- The changes in the physical characteristics Depended on raw meat and cooked food
of humans were brought about by D. BONES WERE SMOOTH AND
adaptation to the changing environment. WEAKER
2. USE OF DIFFERENT TOOLS Human activities became less physically
As humans need to survive, their various demanding and diet changed to cooked
activities such as hunting and fishing led to meat and other foods
advances in tools and tools-making. From 5. COMPLEXITY OF THE BRAIN
the use of tools made of stone, bone and
wood to tools made of bronze and iron. As humans evolve, the brain size tripled and
became the largest and the most complex
3. DOMESTICATION OF ANIMALS of any living primate.
The early humans started to domesticate The ability of an orgaenism to process
animals. They settled in one place, learned information about its environment is a
to tame animals and domesticate them. driving force behind evolution, the more
They also raised animals for clothing, information the brain receives and the
medicine and shelters. Goats, chicken and faster it can process this information, the
sheep were first domesticated animals. more adequately it will be able to respond
Larger animals like horses were
to environmental challenges and the better in the brain as a reward for behavior that
will be its chances of survival. prolongs survival
6. SOCIAL LIFE Hedonists view happiness as the polar
opposite of suffering; the presence of
Early humans depended on social life to
happiness indicates the absence of pain
help them survive different challenges
Aristotle ancient Greek philosopher known
SOCIETY
for his natural philosophy, logic and political
Is a derivation of the French word societe theory
which came from the Latin word societas
o contributions to logic, metaphysics,
meaning ‘a friendly’ association with
mathematics, physics, biology,
others?
botany, ethics, politics, agriculture,
IMPORTANCE OF SOCIETIES medicine, dance and theatre.
o first to classify areas of human
o Support for each other
knowledge into distinct disciplines
o Formation of social groups
o founder of the Lyceum, the first
o Formation of a culture
scientific institute, based in Athens,
o Regulation of policies and standards
Greece.
o Achieving a common goal
EUDAIMONIA
came from the Greek word eu meaning
7. USE OF LANGUAGE AND SYMBOLS
“good” and daimon meaning “spirit”
Early humans used pigments, paintings and
refers to the good life marked by
carvings that were stored in stones and
happiness and excellence
walls
flourishing life filled with meaningful
endeavors that empower the human
HUMAN FLOURISHING AND THE GOOD person to be the best version of
LIFE himself/herself.

In psychology, happiness is a mental or PRINCIPLES OF HUMAN FLOURISHING


emotional state of well-being
 Dignity of the human person
Positive or pleasant emotions ranging from  Common good
contentment to intense joy  Preferential treatment for the
poor
To behaviorist, happiness is a cocktail of  Subsidiarity
emotions we experience when we do  Universal purpose of goods
something good or positive  Stewardship of creation
Neurologists define happiness as the  Promotion of peace
experience of a flood of hormones released  Participation
 Global solidarity o Human’s perpetual need to locate
himself in the world by finding
proofs to trace evolution
o Elicits our idea of self importance
o Technology is a human activity we
excel in as a result of achieving
DIFFERENT CONCEPTIONS OF HUMAN science
FLOURISHING o Good is inherently related to the
truth
EASTERN
WHAT IS A GOODLIFE?
o Focus is community-centric
o Individual should sacrifice himself - living in comfort and luxury with
for the sake of society few problems or worries
o Chinese confusion system - characterized by happiness from
o Japanese bushido living and doing well
o Encourage study of literature, - State of being content with what
science and art for a greater cause. you have

WESTERN ARISTOTLE’S VIEWS ON GOODLIFE

o More focused on the individual - Believed that good for humans is the
o Human flourishing as an end maximum realization of what was
o Aristotlean view unique to humans
o Aims for eudaimonia as the ultimate - The good for humans was to reason
good well
- The task of reason was to teach
HUMAN FLOURISHING (INDIVIDUAL, humans how to act virtuously, and
COMMUNITY, SOCIETY) the exercise faculties in accordance
 Environment with virtue
 Characters Virtue/s behavior showing high moral
 Habits standards.
 Stories
 Parenting o Goodness
 Brain development o Virtuousness
o Righteousness
HUMAN FLOURISHING
o Morality
o Every discovery, innovation and o Ethicalness
success contribute to our pool of o Uprightness
knowledge o Integrity
o Dignity
o Rectitude
o Honesty It is all about thoughts, choices and actions!
o Honor
Life is good!
o incorruptibility
o Goodness Live it well!”
o Virtuousness ― Ernest Agyemang Yeboah
o Righteousness
o Morality
o Ethicalness WELL BEING THEORY
o Uprightness
o Integrity Human flourishing is not only focused on
o Dignity the happiness of individuals alone but also
in psychological well-being.
o Rectitude
o Honesty -Martin Seligman
o Honor
5 PILLARS OF HUMAN FLOURISHING
o incorruptibility
2 KINDS OF VIRTUE  POSITIVE EMOTIONS
1. Intellectual virtue - Requires - This includes pleasure, ecstasy,
experience and time warmth, comfort and other
2. Intellectual virtue - Requires emotions that contribute to the
experience and time “pleasant life”.
- pleasant life - refers to
NOTE:
feeling positive emotions in the
 S&T is also the movement towards most intuitive way, of feeling
good life. pleasant sensations.
 S&T are one of the highest  ENGAGEMENT
expressions of human faculties. - is characterized by flow.
 S&T allow us to thrive and flourish if - Flow refers to the experience of
we desire it. completely loosing oneself in an
 S&T may corrupt a person S&T with activity. Individuals become totally
virtue can help an individual to be absorbed in what they are doing and
out of danger lose track of time. They are not
thinking, but in essence unified with
Why is everyone in pursuit of a good life?
what they are doing.
“Life is good! - experiences which contribute to the
“engaged life”
The same good situation in life that makes
- Individuals could experience this in
one person feel so good to get into a bad
many activities, such as at work,
situation inspires another person to create
dancing, playing baseball, or even
another good situation because of the good solving a crossword puzzle.
situation.
- Being fully engaged means doing environment, which further affect
everything with enthusiasm. human flourishing.
 RELATIONSHIPS
When Technology and Humanity Cross
- The feeling of satisfaction,
flourishing or well-being can be Technology started as human civilization
experienced when we are in a develop tools necessary for their survival . It
relationship or with other people. can be defined as the application of
The last time you laugh out loud or scientific knowledge on different processes
have that emotional joy, or great that aids in making life easier.
feeling because of an
Both advantage and disadvantages are
accomplishment, usually shared
present despite the good intentions of
with ‘other people’ is an example.
technological development.
 MEANING
- A ‘meaningful life’ is based on man’s Advantages and Disadvantages of Modern
value or worth. When one loses Technology
someone very important, he/she
ADVANTAGES
tends to see life meaningless. On the
other hand, if one feels needed and 1. Improved communication, easy
important to someone else, he/she access to information and social
wants to value life. networking
- In order to feel meaning, people 2. Improved communication, easy
have to be engaged in something access to information and social
that serves a goal beyond networking
themselves, such as in religion, 3. Improved communication, easy
politics, or family. access to information and social
 ACHIEVEMENT networking
- Defined as something that is 4. Improved communication, easy
successful, or that is achieved after a access to information and social
lot of work or efforts. networking
- The “achieving life” dedicated to 5. Improved communication, easy
accomplishment for the sake of access to information and social
accomplishment. It is often pursued networking
for its own sake, even when it brings 6. Improved communication, easy
no positive emotion, no meaning, access to information and social
and nothing in the way of positive networking
relationship. 7. Improved communication, easy
- Any advancement in science and access to information and social
technology should be assessed networking
according to the risks and costs they
DISADVANTAGES
bring to the society and
1. Job loss and human displacement
-shift in economies to the use of As constant change occurs, the
technologies instead of human labor society today is very much different
as a main work force. with the society in the past.
-industries with high potential of Modern technology made a
automating their services includes difference in human lives, it brings
hotels, restaurants, wholesale and ease and comfort but also gives
retain trades, manufacturing, sale harm and discomfort when goes out
assistants, office clerks. of hand. And only man has the
2. World destruction weapons power to control and manage
- technology has further develop properly, the use of technology.
machineries and armaments that
caused massive death among
countries at war.
- this includes drones, fly-by-wire
technologies, submarine, various
missiles, aircrafts, space and
nuclear weapons
3. Dependence and Addiction
- Increased dependence on modern
tools and technologies that create
innovations and changes in the
society may reduce human creativity
and intelligence and worst addiction
to its use.
4. Physical-Social Isolation –absence
of interactive relationships between
family members and friends at the
individual level.
5. Costly /High maintenance cost
- expensive to develop and
maintain.
6. HEALTH RISK
UNRELEASED CHECK – when the check was
drawn, it is assumed that journal entry for
payment is made.
POST DATED BALANCE – when the check
was drawn, it is assumed that the journal
entry for payment is made.
SUPPLIER’S DEBIT BALANCE – represents
accounts payable for each supplier.
Normal balance is credit
Can’t offset the liabilities to assets; no
minus
REVERSAL OF DISCOUNT – if the company is
using net method – purchases are added to
accounts payable net of discounts.
GOODS IN TRANSIT -

INTACC 2
ACCOUNTS PAYABLE
TRADE ACCOUNTS PAYABLE – liability
arising from purchase of inventory.
If the given balance is beginning balance –
use T-account
If the given is ending balance – apply the
adjustment to the given.
PURCOM

You might also like