sbenthall / SHARKFin

Simulating Heterogeneous Agents with Finance
6 stars 5 forks source link

Determing Risky expectations grid for Spark #213

Open sbenthall opened 1 year ago

sbenthall commented 1 year ago

See #162 ...

For Spark SHARK, we will need a good grid over risky expectations. These will only come into play when the expectations regime is STRANGE.

One way we could do this is set the STRANGE threshold low, and cover the full range -- this should be much like the WHITE SHARK case.

alanlujan91 commented 1 year ago

Is it possible to get a hark-less run and cover that range? then see if hark presence changes the range much.

sbenthall commented 1 year ago

RiskyAvg range: from 1 to .. (what's implied by the usual dividend) ... maxRiskyAvg.

Get maxRiskyAvg by:

Or:

RiskyStd range: from 0 to ... (the usual dividend $\sigma$) ...

(something similar to set the max).

There are many more clever ways to do the calibration but we probably don't have time to implement them in SPARK.