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

Support for CDFs graph #21

Open
tbarbette opened this issue Nov 1, 2021 · 1 comment
Open

Support for CDFs graph #21

tbarbette opened this issue Nov 1, 2021 · 1 comment

Comments

@tbarbette
Copy link
Owner

Following #13, a native support for CDFs would be nice.

The idea is that all results for each run would be printed as a line for CDFs.

Either a single test produce many RESULT-XXX in stdout, so we have many points and can draw a CDF showing the percentage of points in Y, and the value range in X from that.

Or, one have "noise" variables, and take all results from the noise in a single variable using var_aggregate={VAR1+VAR2+VAR3:all}.

Maybe I should add a prefix to variables to automatically "hide" them, i.e one would be able to add a variable such as @LOSS=[0-10], showing we don't really care about the result for a particular LOSS rate but want to re-run tests for many LOSS values and its impact on the variance (through a CDF, or errorbars, or boxplot).

@tbarbette
Copy link
Owner Author

Now supported, see https://github.com/tbarbette/npf/blob/4be5cf74a01c05226e0c4f30ce95e0739e9ebe50/integration/cdf.npf . But I still need to write the doc

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

No branches or pull requests

1 participant