Takuya Iwanaga

Results 44 issues of Takuya Iwanaga

Support analysis of parameter groups, or raise warning when they are not supported. The method implemented just generalizes the existing approach for Morris - averaging the effect across group members....

in progress

Just got burnt by this. Suppose we have an output that is completely insensitive, e.g. ``` Y = [192.53, 192.53, 192.53, 192.53, 192.53, ...] ``` The `delta` method (DMIM) as...

bug

Could I request that a DOI be minted for this package? It's very useful and I'd like to give it full justice by citing it (and/or relevant paper if available?)....

Changes to allow GLMakie to be compiled into an app. Note: these changes were only tested on (multiple) Windows computers. Fixes #1480 ## Type of change Delete options that do...

Support pasting text into a textbox. Fixes #2266 ## Type of change Delete options that do not apply: - [x] New feature (non-breaking change which adds functionality) ## Checklist -...

Pasting text (with `ctrl+v`) into the textbox does not seem to work - at least on Windows. ```julia using GLMakie f = Figure() tb = Textbox(f[1, 1], placeholder = "Try...

Any use of paths when calling the `create_app` causes an error (at least on Windows) If the package has the following structure: ```bash ExampleApp ├───build # folder with script to...

bug

Add support for visualizing sensitivity indices as a heatmap. ```python sp = ProblemSpec({ 'names': ['a', 'q', 'b', 'mean', 'stdev', 'delta', 'alpha'], 'bounds': [[0.0, 0.1], [2.0, 4.5], [0.1, 0.45], [0.01, 0.05],...

enhancement

It would be nice to support sensitivity analysis over time "out of the box"

As mentioned in #603 , Sergei Kucherenko recommends an updated Sobol' estimator detailed in the reference below. [S. Kucherenko](http://arxiv.org/find/math/1/au:+Kucherenko_S/0/1/0/all/0/1), [S. Song](http://arxiv.org/find/math/1/au:+Song_S/0/1/0/all/0/1), Different numerical estimators for main effect global sensitivity indices....