Skip to content

Commit

Permalink
fix rvmRegPred
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nth committed Mar 11, 2017
1 parent 23dc01d commit 81c2796
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapter07/rvmRegPred.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
end

if nargin == 3 && nargout == 3
p = exp(logGauss(t,y,sigma));
% p = exp(-0.5*(((t-y)./sigma).^2+log(2*pi))-log(sigma));
p = exp(-0.5*(((t-y)./sigma).^2+log(2*pi))-log(sigma));
end

0 comments on commit 81c2796

Please sign in to comment.