Re: [Pymc-user] use TkAgg?
Status: Beta
Brought to you by:
fonnesbeck
From: Hanno K. <kl...@ph...> - 2006-04-21 13:02:25
|
Hi Christopher, thanks for the quick reply. Another question is bothering me at the moment (this time maybe a little less technical): I understand that the parameters to be estimated are defined via the sample.parameter method. There I can define a proposed distribution via dist='some_dist'. However, 'some_dist' needs to be zero-centered, if I understand the comment in the code correctly. What is the best way of dealing with a case where you want to have your parameters greater-equal than zero? Or am I missing the point completely? Best regards, Hanno Christopher Fonnesbeck <ch...@tr...> said: > On Apr 21, 2006, at 5:24 AM, Hanno Klemm wrote: > > > Is there a deeper reason for "hard-wiring" TkAgg usage into PyMC and > > are there further problems down the road I have to anticipate with my > > approach? > > Hello Hanno, > > The only reason TkAgg is hard-wired into PyMC is that it was a better > default than WxAgg, since Tkinter is easy to install on most systems > (unlike WXpython), and even comes built in to some python > distributions, like ActiveState. There should be no problem in > choosing another backend. > > Good luck, > Chris > > -- > Christopher J. Fonnesbeck > > Population Ecologist, Marine Mammal Section > Fish & Wildlife Research Institute (FWC) > St. Petersburg, FL > > Adjunct Assistant Professor > Warnell School of Forest Resources > University of Georgia > Athens, GA > > T: 727.235.5570 > E: chris at trichech.us > > > -- Hanno Klemm kl...@ph... |