# IMPLIEDSCENARIO

## Description

Solve for a modified set of implied scenario estimates given target probabilities. Reconcile your views on target scenario probabilities with implied scenario estimates across economic variables. The function follows the research published in the Journal of Portfolio Management, March 2020.

{% embed url="<https://doi.org/10.3905/jpm.2020.1.125>" %}
Journal of Portfolio Management research paper: Enhanced Scenario Analysis
{% endembed %}

## Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

```excel-formula
=IMPLIEDSCENARIO(prTarget, initialScenariosEstimates, anchor, covariance)
```

### Input(s)

| Argument                     | Description                                                                                                                                  |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **prTarget**                 | Required. Row vector of target probabilities.                                                                                                |
| **initialScenarioEstimates** | Required. Matrix of initial scenario estimates where each column corresponds to a scenario and each row corresponds to an economic variable. |
| **anchor**                   | Required. Column vector of anchor estimates across economic variables.                                                                       |
| **covariance**               | Required. Covariance matrix of economic variables.                                                                                           |

### Output(s)

The function returns a matrix of implied estimates, $$s\_{m,n}$$, across $$M$$ economic variables and $$N$$ scenarios. The reconciled probabilities, $$p$$, of the implied scenario estimates are included in the final row of output.

$$
\text{output} = \quad \begin{matrix}
s\_{1,1} & s\_{1,2} & \cdots & s\_{1,N} \\
s\_{2,1} & s\_{2,2} & \cdots & s\_{2,N} \\
\vdots & \vdots & \ddots & \vdots \\
s\_{M,1} & s\_{M,2} & \cdots & s\_{M,N} \\
\hline
p\_1 & p\_2 & \cdots & p\_N
\end{matrix}
$$

## Example

![](/files/a17QwqvKLHH79rbMtoBO)

{% file src="/files/R5hvutqATceuawCYzz4B" %}
Example Workbook: IMPLIEDSCENARIO
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://excelhelp.windhamlabs.com/functions/scenario-analysis/impliedscenario.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
