Julien Schueller

Results 131 issues of Julien Schueller

### What is the idea? the UserDefined distribution name is rather vague, I propose to rename to Categorical or generalized Bernoulli, that's what we can find in the litterature: https://en.wikipedia.org/wiki/Categorical_distribution...

enhancement
API

### What happened? in the ctor param list ### How to reproduce the issue? https://openturns.github.io/openturns/latest/user_manual/_generated/openturns.SaltelliSensitivityAlgorithm.html ### Version master ### Operating System all ### Installation media unknown ### Additional Context _No...

doc

We should refactor the simulation algorithm results classes to provide accessors to various extra results (subset thresholds, line sampling important directions, ...) instead of attaching them to the algorithm class...

enhancement
API
reliability

### What is the idea? Accessors could be added, see SubsetSampling methods getIn|OutputSample(k, select) for step k and select flag ### Why is this needed? _No response_ ### Additional Context...

enhancement

### What is the idea? reverse the order of the conditioned also it seems the description is not retained ### Why is this needed? improves the code for conditional quantiles...

enhancement
probas

not all factories are implemented: - InverseChiSquare - InverseGamma - InverseWishart - Hypergeometric - NormalGamma - SmoothedUniform #2496 - SquaredNormal - Hypergeometric they're probably not all useful, but still (ideas...

enhancement
probas

now getImplementation() works for distributions in Python, I propose to drop factories buildAsxxx methods to get something more uniform, eg: ``` factory = ot.NormalFactory() normal = factory.buildAsNormal(sample) normal = factory.build(sample).getImplementation()...

API

### What happened? the following script leads to a chaos metamodel with only the constant term (null R2) ![chaos_validation](https://github.com/openturns/openturns/assets/3832365/dd7713b7-e3bf-499d-999e-9602ef97c133) changing the doe size makes the metamodel becomes correct ``` #!/usr/bin/env...

bug
metamodel

### What happened? dNonCentralStudentAlt0 seems unused/undocumented, should we remove it ? ### How to reproduce the issue? ```shell $ grep -nr dNonCentralStudentAlt0 lib python lib/src/Uncertainty/Distribution/openturns/DistFunc.hxx:210:OT_API Scalar dNonCentralStudentAlt0(const Scalar nu, lib/src/Uncertainty/Distribution/DistFunc.cxx...

doc

### What is the idea? add the formula ### Why is this needed? _No response_ ### Additional Context _No response_

enhancement
doc