Skip to content

Instantly share code, notes, and snippets.

View caesoma's full-sized avatar

Caetano Souto Maior caesoma

View GitHub Profile
#!/usr/bin/python3
import numpy
from numpy.random import normal as rnormal
from matplotlib.pyplot import figure, plot, show
import matplotlib.pyplot as pyplot
# Define the kernel functions
def se_kernel_pt(xp, xq, la, lb):