Julien Schueller
Julien Schueller
GPD
- mean residual life plot ``` factory = ot.GeneralizedParetoFactory() graph = factory.drawMeanResidualLife(data) ```  - parameter stability ``` u_range = ot.Interval(0.5, 50.0) graph = factory.drawParameterThresholdStability(sample, u_range) ```  - mle...
Misc 4
- #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)...
Misc 3
- 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...
- #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...
### 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...
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...
### 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",...
### 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
### 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...
### 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...