Re: [Numpy-discussion] numpy : your experiences?
Cool! Me, too! In addition I am using Paida (http:// paida.sourceforge.net) for histogramming. I am interfacing that with matplotlib for the plotting, though.
Are you saying you extended the scipy/numpy tools for this? Do you think it would make sense to put some of that stuff on the wiki?
Cheers! Bernhard
Cheers, Jan
No, this is very special to my application and not really numpy specific. I had to write a Metropolis-Hastings sampler, which worked in python but was too slow. I've coded this for a specific distribution in C++ and pass numpy arrays and python lists from and to C++ functions using boost::python. Bernhard
No, this is very special to my application and not really numpy specific. I had to write a Metropolis-Hastings sampler, which worked in python but was too slow. I've coded this for a specific distribution in C++ and pass numpy arrays and python lists from and to C++ functions using boost::python. Bernhard
participants (2)
-
bernhard.voigt@gmail.com
-
Jan Strube