Skip to content

kimsoohwan/GPML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPML

Extensions for GPML in Matlab

  • GPML extensions for sparse covariance function and derivative observations
  • To see the details, run test/test_all_cov.m

Features

  1. Sparse covariance function
  1. Derivative observations (*: SEiso, Materniso3, and Sparseiso)

  2. cov*DerObsUnstable.m - They consist of multiplications of partial derivatives. - They produce NaN when a partial derivative includes divide-by-zero. (Thus it is called unstable.) - They are used for validation of cov*Diff with ignoring divide-by-zero. - Do not use them for your application.

  3. cov*DerObs.m - They reduce complex multiplications and additions to simpler equations. - They care divide-by-zero with limits. (Thus it is stable.) - Use them for your application.

About

Extensions for GPML in Matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages