1
vote
1answer
653 views

Implementation of Gaussian process

i try to implement a simple gaussian process regression in java. I almost got every step from the book http://www.GaussianProcess.org/gpml . With my implementation of algorithm 2.1 on page 19 i'm ...