Re: Help on class understanding in pymc code

2015-12-14 Thread Peter Otten
Robert wrote: > On Sunday, December 13, 2015 at 8:10:25 PM UTC-5, Peter Otten wrote: >> Robert wrote: >> >> > Hi, >> > >> > I follow code example at link: >> > >> > https://users.obs.carnegiescience.edu/cburns/ipynbs/PyMC.html >> > >> > >> > There is the following code line: >> > >> > sample

Re: Help on class understanding in pymc code

2015-12-13 Thread Robert
On Sunday, December 13, 2015 at 8:10:25 PM UTC-5, Peter Otten wrote: > Robert wrote: > > > Hi, > > > > I follow code example at link: > > > > https://users.obs.carnegiescience.edu/cburns/ipynbs/PyMC.html > > > > > > There is the following code line: > > > > sampler = pymc.MCMC([alpha,betax,be

Re: Help on class understanding in pymc code

2015-12-13 Thread Peter Otten
Robert wrote: > Hi, > > I follow code example at link: > > https://users.obs.carnegiescience.edu/cburns/ipynbs/PyMC.html > > > There is the following code line: > > sampler = pymc.MCMC([alpha,betax,betay,eps,model,tau,z_obs,x_true,y_true]) > > > I want to know the detail of pymc.MCMC, then

Help on class understanding in pymc code

2015-12-13 Thread Robert
Hi, I follow code example at link: https://users.obs.carnegiescience.edu/cburns/ipynbs/PyMC.html There is the following code line: sampler = pymc.MCMC([alpha,betax,betay,eps,model,tau,z_obs,x_true,y_true]) I want to know the detail of pymc.MCMC, then I get help content of it with: /