% Function computes the conditional expectation of '(epsilon)'

function f = g2(epsilon)
global mean sd
f = epsilon.*lognpdf(a,mean,sd);

