Skip to content

Is this correct? #14

Description

@Devetak

Bonjour,

if I want to compute the ESRI of a whole economy. Is this how to do it?

M = prepare_reference_market(W, industry_ids, essential)
A = ReferenceRepo.buildArrays(M)
psi_all = spdiagm(0 => ones(n))
params = Dict("tmax" => 100, "timeseries" => false)
df = ReferenceRepo.ESRI(M, A, psi_all, params)

Or does the code work better if the psi_all is separated? Say one-by-one?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions