Skip to content

Is this correct? #14

@Devetak

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!

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