b3e787e53f702d0fcae23702dc6338c3419cfe49,pymc/examples/gp/basiscov.py,,,#,12

Before Change


    subplot(1,2,1)

    
    imshow(C(x,x),origin="lower",extent=(-1.,1.,-1.,1.))
    
    xlabel("x")
    ylabel("y")
    title("C(x,y)")

After Change


    // Plot a slice of the covariance function
    subplot(1,2,2)
    
    plot(x,C(x,0.).view(ndarray).ravel(),"k-")
    
    xlabel("x")
    ylabel("C(x,.5)")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: pymc-devs/pymc3
Commit Name: b3e787e53f702d0fcae23702dc6338c3419cfe49
Time: 2008-05-30
Author: anand.prabhakar.patil@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: pymc/examples/gp/basiscov.py
Class Name:
Method Name:


Project Name: pymc-devs/pymc3
Commit Name: b3e787e53f702d0fcae23702dc6338c3419cfe49
Time: 2008-05-30
Author: anand.prabhakar.patil@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: pymc/examples/gp/covparams.py
Class Name:
Method Name:


Project Name: pymc-devs/pymc3
Commit Name: b3e787e53f702d0fcae23702dc6338c3419cfe49
Time: 2008-05-30
Author: anand.prabhakar.patil@15d7aa0b-6f1a-0410-991a-d59f85d14984
File Name: pymc/examples/gp/cov.py
Class Name:
Method Name: