Michael Baudin

Results 113 issues of Michael Baudin

As a follow-up to PR #2046 and in order to close issue #2552 _forever_ (hopefully :)), this PR implements a unit test of the Binomial distribution using a CSV dataset...

probas

### What is the idea? The [ExperimentIntegration](http://openturns.github.io/openturns/1.23/user_manual/_generated/openturns.experimental.ExperimentIntegration.html) class provides methods to integrate a function. It generates the input sample and the weights from the `WeightedExperiment`, evaluates the function values and...

enhancement

Improve various help pages and examples.

doc

### What happened? In OpenTURNS 1.23, `ExperimentIntegration` inherits from `PersistentObject`. This makes it impossible to use it as a standard `IntegrationAlgorithm`. One of the problems is that the `IntegrationAlgorithm.integrate(function, interval)`...

bug

Based on a suggestion by J.Peter (ONERA), here are unit tests of quadrature based on their polynomial degree of exactness. - `GaussProductExperiment` - `SmolyakExperiment` - `TensorProductExperiment` - `GaussLegendre` Update documentation...

### What happened? Here are the first 4 points of the Faure sequence in the current's master: | | y0 | y1 | |---|---|---| |0 | 0.5 | 0.5| |1...

enhancement

### What is the idea? The `Interval` class defines a multi-dimensional interval. Its `contains(sample)` method returns a vector boolean which is equal to 1 for each point which is inside...

enhancement

### What happened? The matrix returned by `DesignProxy.computeDesign()` fails to be used as an input argument to `QRMethod`. The script (see below for the full script): ```python designMatrix = design_proxy.computeDesign(functionIndices)...

bug

### What is the idea? New mathematical notations were successfully introduced in #2574. These changes were introduced in [math_notations.sty](https://github.com/openturns/openturns/blob/master/python/doc/math_notations.sty]. But these notations are not entirely consistent. - The input distribution...

enhancement
doc

The LeastSquaresMethod class has issues. - [ ] The purpose of the `weights` in the constructor in unspecified. - [ ] The purpose of the `indices` in the constructor in...

doc