Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to specify more than 2 user-specified quantiles? #27

Open
svdhoog opened this issue Jun 11, 2018 · 1 comment
Open

Is it possible to specify more than 2 user-specified quantiles? #27

svdhoog opened this issue Jun 11, 2018 · 1 comment

Comments

@svdhoog
Copy link
Owner

svdhoog commented Jun 11, 2018

For timeseries:

  • Check if FLAViz can handle more than 2 user-specified quantiles.
  • Is it possible to have 5 quantiles for instance? (1,20,50,80,99)
@0xfabi
Copy link

0xfabi commented Jun 15, 2018

Do you mean something like?:

plot2:
    timeseries:
        agent: Firm
        analysis: multiple_run
        variables:
            var1: [price]
            var2: [total_debt]
        set: [10]
        run: [1]
        major: [range,[6020,12500,20]]
        minor: [range,[1,80]]
        summary: custom_quantile
        quantile_values:
            lower_percentile : 0.20
            upper_percentile : 0.80

It is only possible to set lower_percentile and upper_percentile for the quantile_values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants