MARKOV CHAINS:STOCHASTIC PROCESSES

STOCHASTIC PROCESSES

A stochastic process is defined as an indexed collection of random variables {Xt}, where the index t runs through a given set T. Often T is taken to be the set of non- negative integers, and Xt represents a measurable characteristic of interest at time t. For example, Xt might represent the inventory level of a particular product at the end of week t.

Stochastic processes are of interest for describing the behavior of a system operating over some period of time. A stochastic process often has the following structure.

The current status of the system can fall into any one of M + 1 mutually exclusive categories called states. For notational convenience, these states are labeled 0, 1, . . . , M. The random variable Xt represents the state of the system at time t, so its only possible values are 0, 1, . . . , M. The system is observed at particular points of time, labeled t = 0, 1, 2, . . . . Thus, the stochastic process {Xt} = {X0, X1, X2, . . .} provides a mathematical representation of how the status of the physical system evolves over time.

This kind of process is referred to as being a discrete time stochastic process with a finite state space. Except for Sec. 29.8, this will be the only kind of stochastic process con- sidered in this chapter. (Section 29.8 describes a certain continuous time stochastic process.)

A Weather Example

The weather in the town of Centerville can change rather quickly from day to day. However, the chances of being dry (no rain) tomorrow are somewhat larger if it is dry today than if it rains today. In particular, the probability of being dry tomorrow is 0.8 if it is dry today, but is only 0.6 if it rains today. These probabilities do not change if information about the weather before today is also taken into account.

The evolution of the weather from day to day in Centerville is a stochastic process. Starting on some initial day (labeled as day 0), the weather is observed on each day t, for t = 0, 1, 2, . . . . The state of the system on day t can be either

INTRODUCTION TO OPERATIONS RESEARCH-0706

An Inventory Example

Dave’s Photography Store has the following inventory problem. The store stocks a particular model camera that can be ordered weekly. Let D1, D2, . . . represent the demand for this camera (the number of units that would be sold if the inventory is not depleted) during the first week, second week, . . . , respectively, so the random variable Dt (for t = 1, 2, . . .) is Dt = number of cameras that would be sold in week t if the inventory is not depleted. (This number includes lost sales when the inventory is depleted.)

It is assumed that the Dt are independent and identically distributed random variables hav- ing a Poisson distribution with a mean of 1. Let X0 represent the number of cameras on hand at the outset, X1 the number of cameras on hand at the end of week 1, X2 the number of cameras on hand at the end of week 2, and so on, so the random variable Xt (for t = 0, 1, 2, . . .) is

Xt = number of cameras on hand at the end of week t.

Assume that X0 = 3, so that week 1 begins with three cameras on hand.

{Xt} = {X0, X1, X2, . . .}

is a stochastic process where the random variable Xt represents the state of the system at time t, namely,

State at time t = number of cameras on hand at the end of week t.

As the owner of the store, Dave would like to learn more about how the status of this sto- chastic process evolves over time while using the current ordering policy described below.

At the end of each week t (Saturday night), the store places an order that is delivered in time for the next opening of the store on Monday. The store uses the following order policy:

If Xt = 0, order 3 cameras.

If Xt > 0, do not order any cameras.

Thus, the inventory level fluctuates between a minimum of zero cameras and a maximum of three cameras, so the possible states of the system at time t (the end of week t) are Possible states = 0, 1, 2, or 3 cameras on hand.

Since each random variable Xt (t = 0, 1, 2, . . .) represents the state of the system at the end of week t, its only possible values are 0, 1, 2, or 3. The random variables Xt are dependent and may be evaluated iteratively by the expression

These examples are used for illustrative purposes throughout many of the following sections. Section 29.2 further defines the particular type of stochastic process considered in this chapter.

Comments

Popular posts from this blog

NETWORK OPTIMIZATION MODELS:THE MINIMUM SPANNING TREE PROBLEM

DUALITY THEORY:THE ESSENCE OF DUALITY THEORY

NETWORK OPTIMIZATION MODELS:THE SHORTEST-PATH PROBLEM