38ce3fb8ae8d4d17a32b428822b88e63eab894bf,pymc/examples/gp/MCMC.py,,,#,6

Before Change


    subplot(1,2,1)
    for i in range(0,N_samps):
        f=GPSampler.f.trace()[i](x)
        plot(x,GPSampler.f.trace()[i](x))
        mid_traces.append(f[len(f)/2])
        plot(fmesh,GPSampler.d.value,"k.",markersize=16)
    axis([x.min(),x.max(),-5.,10.])
    title("Some samples of f")

After Change


    subplot(1,2,1)
    for i in range(0,N_samps):
        f=GPSampler.submod.f.trace()[i](x)
        plot(x,f)
        mid_traces.append(f[len(f)/2])
        plot(fmesh,GPSampler.d.value,"k.",markersize=16)
    axis([x.min(),x.max(),-5.,10.])
    title("Some samples of f")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: pymc-devs/pymc3
Commit Name: 38ce3fb8ae8d4d17a32b428822b88e63eab894bf
Time: 2009-12-13
Author: anand.prabhakar.patil@gmail.com
File Name: pymc/examples/gp/MCMC.py
Class Name:
Method Name:


Project Name: pymc-devs/pymc3
Commit Name: 0194ba63e765b03d8ab7a86669bc454b0e9161c2
Time: 2007-06-22
Author: fonnesbeck@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: PyMC2/tests/test_Sampler.py
Class Name: test_Sampler
Method Name: check


Project Name: pymc-devs/pymc3
Commit Name: 928949266422c99f99fdf70448800cef4a1bfb8e
Time: 2007-07-01
Author: fonnesbeck@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: PyMC2/tests/test_trans_d.py
Class Name: test_Sampler
Method Name: check


Project Name: pymc-devs/pymc3
Commit Name: d5b575891bf0ef47a32d4a2fd082ff3bd8a73ae0
Time: 2010-01-06
Author: anand.prabhakar.patil@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: pymc/examples/gp/MCMC.py
Class Name:
Method Name: