NumCosmoMath.MSetTransKern::pdf

@accepts(NumCosmoMath.MSetTransKern, NumCosmoMath.Vector, NumCosmoMath.Vector)
@returns(float)
def do_pdf(tkern, theta, thetastar):
  

FIXME

tkern

a NumCosmoMath.MSetTransKern.

theta

current point.

thetastar

try point.

Returns

the value of the kernel at (theta, thetastar).