oktopus icon indicating copy to clipboard operation
oktopus copied to clipboard

🐙: Maximum likelihood model estimation using scipy.optimize

Results 5 oktopus issues
Sort by recently updated
recently updated
newest added

I was trying to run the 3 examples given on the tutorial page; but they would process because `self.prior` does not exist. So I edited the code to change `self.prior`...

feature request
low-priority

right now it's possible to do: ``` jp = JointPrior(UniformPrior(-1, 1), UniformPrior(-2, 2), ..., GaussianPrior(1, 3)) ``` it would be nice to also support ``` jp_ = JointPrior(jp, Uniform(-3, 2),...

feature request
low-priority

I can create a Gaussian prior with one mean and one variance and Oktopus will still run when passed a function with three variables. It didn't work horribly either. It...

bug
question
low-priority

This package has not seen much work in a number of years, but still seems to work stably with recent scipy and numpy versions, including numpy 2.x since a compatible...