The general idea of this model is to incorporate previous knowledge of market, sector, and asset movement to predict whether the asset will move from its current “state” to

  1. an increasing state,
  2. a decreasing state, or
  3. the same state

Where the state is represented by a model-weighted combination of factors that influence an asset’s price in the market.

Much of this approach relies on models that are based on Bayes theorem (Bayesian models).

\[ P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)} \\ \]

\[ \begin{align*} \text{where...}\\ &A, B &&= \text{events} \\ &P(A|B) &&= \text{the probability of A, given B} \\ &P(B|A) &&= \text{the probability of B, given A} \\ &P(A), P(B) &&= \text{the independent probabilities of A and B} \end{align*} \]

Basically, we use our knowledge of event \(B\) to predict event \(A\).

In the context of market modeling, this theorem can be utilized to predict a market’s “state” based on knowledge of past states.

Partitioning market levels

Overall market

Within each state (time period), there are factors that influence market movements. On the highest level, there is the overall market. Some examples of factors that we could use to measure the state of the overall market are

Within sector

We can also look at factors that influence the sector a specific asset is in

These variables can be used in statistical models to answer questions such as

Specific asset

Then there are, of course, factors that influence the specific asset above the aforementioned types of variation

Example

As a simple example, let’s say we have factors

Each of these levels will influence each other in accord with the diagram. Additionally, some variables at one level may influence a variable at another level. These arrows are not added to the diagram, but would be accounted for in the analyses.

This diagram represents a lone state. The idea is to then compare each variables’ impact during different market states.

For this example, we will define three states:

  1. The current state of the market
  2. A range of time where an asset’s value significantly decreases for d days
  3. A range of time where an asset’s value significantly increases for d days

We then make all pairwise comparisons:

The algorithm will then use the information on variables within and between states to provide us with probabilities that the market will enter a state where an asset’s value will increase or decrease from the current state.

Uses