Julien Schueller

Results 157 comments of Julien Schueller

nevermind, maybe I thought there was some analytical method

TODO: drop getStandardMoment

ImportFromCSVFile is ok, its a matter how python strings are interpreted in the swig layer, unfortunately we only allow unicode strings, not bytes

I cannot reproduce. Which version is this ? from pip/conda ? os ?

it should probably be updated/fixed in penstock, you should probably contact @adumasphi you may want to fiddle with ConditionalDistribution resource map keys to speed up the pdf evaluation

The issue is invalid, as mentioned by joseph this is a MC estimate so to get reproducible results you have to call ```RandomGenerator.SetSeed(0)``` The default value for for the sampling...

@regislebrun Now Ceres throws if non-convergent, we catch it in MethodOfMomentsFactory::buildFromMoments with an exception message

@regislebrun I think I adressed your concerns about MethodOfMomentsFactory.buildFromMoments with some additional documentation and the convergence criteria of LSQ solvers, is it ok for you ?