Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreramosfdc authored Aug 28, 2024
1 parent 981f5da commit 6e3745b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ plot!(forecast_dates, expected_value.*NaN, color = "grey", label="Scenarios")
plot!(forecast_dates, expected_value, lab = "Expected Value", color = :red)

```
![simulation](./docs/figures/inflow_simulation.PNG)
![simulation](./docs/figures/inflow_simulation.png)

The modeled simulation does not adhere to historical bounds. This is evident as, in this case, the minimum of the simulation is below historical boundaries.

Expand All @@ -85,6 +85,6 @@ plot!(forecast_dates, expected_value.*NaN, color = "grey", label="Scenarios")
plot!(forecast_dates, expected_value, lab = "Expected Value", color = :red)

```
![norta_simulation](./docs/figures/inflow_norta_simulation.PNG)
![norta_simulation](./docs/figures/inflow_norta_simulation.png)

We can see that using the NORTA transformation the simulation respects the historical boundaries.

0 comments on commit 6e3745b

Please sign in to comment.