ScenarioGen.io
ScenarioGen.io is a web application that allows users to generate a matrix by combining multiple variables and define the percentage of random sampling for the created matrix. The app provides an intuitive user interface for easy interaction.
Upon opening the app, users are presented with a clean and user-friendly interface consisting of two main sections: the sidebar panel and the main panel.
Sidebar Panel:
The sidebar panel contains input elements to configure the generation of the combination matrix.
For each variable (A, B, C, D, E), users can specify the variable name, minimum and maximum values, and the interval between values.
Additionally, users can specify the sampling percentage for random sampling of the generated matrix, ranging from 1% to 100%.
Main Panel:
The main panel displays the resulting combination matrix in a table format.
The table dynamically updates based on the user's inputs and displays the combinations of variables according to the specified ranges and intervals.
Downloading Sub-sampled Matrix:
The app allows users to download a sub-sampled version of the generated matrix.
After configuring the variables and sampling percentage, users can click the "Generate Scenario Matrix" button to create the matrix based on their inputs.
The resulting matrix is then sub-sampled according to the specified sampling percentage.
Finally, users can download the sub-sampled matrix as a CSV file by clicking the "Download Scenario Matrix" button.
ScenarioGen.io app offers a convenient way to generate combination matrices by dynamically defining variables and their ranges. The ability to specify a sampling percentage and download the sub-sampled matrix provides additional flexibility and practicality for further analysis.