The Uranie platform, v4.9.0
Index
Starting with Uranie
In order to use Uranie, once the installation is done, one should start by sourcing the proper script, depending on the shell you're using:
Then, you can call any ROOT macro that would contain Uranie objects, by doing:
root myMacro.C
or, you can run it's equivalent in python by calling:
python myMacro.py
For more information, you can refer to the usermanual (see in the left-hand side menu).
Releases notes: news from v4.9.0
Built by default with ROOT v6.32/02 (recommended)
- Methods development:
- Add the Sensivitity::TSobolRank class to compute sobol indexes for given data (based Chatterjee method)
- Add the ants colony optimization method in Vizir (Reoptimizer)
- Add the CMAES optimization method in Vizir (Reoptimizer)
- Add drawCopulogram which looks like Pairs plot with rank scatterplot on the upper triangle
- Correction / modifications
- Add an agregator to extract value from a TSensitivity object with the method getValue(order, input)
- Simplify the way to run permutation in HSIC ("nperm=100" option)
- Python2 is now deprecated (if you still want to use it, please use previous version)
- Add an agregator to extract the scalar value of a quantile
- User manual :
- Update information about the compatibility with python
- Add a Macro for TSobolRank
- Minor modification to explain how to use HSIC
- Add the new way to extract results from sensitivity analysis using getValue
Uranie team