From: Anders P. <an...@op...> - 2012-07-24 08:59:50
|
Among other things it contains new GaussianProcess and PoissonProcess implementations: http://ojalgo.org/generated/org/ojalgo/random/process/GaussianProcess.html http://ojalgo.org/generated/org/ojalgo/random/process/PoissonProcess.html The new code is not tested - not even the most fundamental test is done! You can do that... You cannot (yet) do gaussian process regression. You'll have to feed the process implementation "ready" mean and covariance functions. /Anders |