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
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
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
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:
/