Michael Baudin

Results 91 comments of Michael Baudin

Below is an example of the description issue, based on the Quartic example. ```python import openturns as ot class Quartic(ot.PythonDistribution): """ Quartic (biweight) kernel with description. """ def __init__(self): super(Quartic,...

Ok, so there is nothing that we can do about it at the OT layer. But your statement about unicode confuses me: isn't the goal of the "u" in front...

Thank you very much for this issue! We analyze your examples and have a suggestion to improve the current state. We noticed that the way that current API help pages...

@sofianehaddad The fact that the default FittingTest-KolmogorovSamplingSize is equal to 10 is not because of the unit tests. It is caused by the BuildDistribution() method of the polynomial chaos when...

@EmmanuelArdillon: there are two main points that are unclear in the discussion: * selecting the case 1 or 2 does *not* depend on a user's choice, based on the accuracy...

You are right: the references are missing in the text, so that the issue can be kept open until the doc is updated.

![image](https://user-images.githubusercontent.com/31351465/190368348-439fe50e-db21-42e8-bd11-1a6bcff71c86.png)

Thank you for sharing the paper. The conclusions may be worth reading: ![image](https://user-images.githubusercontent.com/31351465/106158002-8f6fa200-6183-11eb-8fad-1c3b044d79db.png)

I tried to understand how we may use `MultiStart` on the Branin test case with current OT. This was important to better see how #1788 using `MultiStart` with QMC design...