Julien Schueller

Results 131 issues of Julien Schueller

- mean residual life plot ``` factory = ot.GeneralizedParetoFactory() graph = factory.drawMeanResidualLife(data) ``` ![mrl](https://github.com/openturns/openturns/assets/3832365/f87ef5a1-ce9c-4f44-9e33-c1ed5cda4f2d) - parameter stability ``` u_range = ot.Interval(0.5, 50.0) graph = factory.drawParameterThresholdStability(sample, u_range) ``` ![stab](https://github.com/openturns/openturns/assets/3832365/ecc756f0-10e8-40f1-885d-60b899e69c5d) - mle...

probas
service support

- #2563 - Add DistributionFactory::GetByName(string) method (useful for persalys) - Enhanced timeout support (add TimeoutException), also new INTERRUPTION enum for optim - Fixed static library cmake exported target (xref https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10941)...

build
swig
optimization

- Fix duplicated symbols from submodules FittingTest, HypothesisTest, etc being also exposed at the root of the module eg ot.ChiSquared in addition to ot.FittingTest.ChiSquared - Cleanup SpecFunc: drop duplicate/unused/unnecessary (wrt...

doc
API

- #2525 - wip #2552 - #2498 - #2541: Régis: "At this point you can add a 1st order correction. You solved $F(x_p)=p-\epsilon$, and you are looking for $\eta$ such...

probas

### What happened? our Geometric distribution range starts at 1 but computeRange sets 0 its an easy fix but then the ChiSquared test fails because it wants to check if...

bug
probas

similar to #2007 (in the other direction) with a few differences: - no need to learn the modes distribution for the chaos step, and the input sample distribution is provided...

metamodel
service support

### What happened? ``` TypeError: InvalidArgumentException : No object with label 'mm' in study ``` ### How to reproduce the issue? ```shell import openturns as ot f = ot.SymbolicFunction( ["x1",...

bug
difficulty:hard

### What happened? the search is broken with sphinx 6+ a some point the default search will have to be used instead of the button selection as sphinx

doc
third-party

### What happened? FittingTest::ChiSquared with a factory argument builds the distribtion and checks the distribution is continuous, then calls the FittingTest::ChiSquared method with a distribution argument but then the version...

bug
probas
difficulty:easy

### What is the idea? when the underlying CDF is also done by integration then the CDF is costly an alternative would to propose another path to integrate the PDF...

enhancement
probas