gpstuff-dev / gpstuff

GPstuff - Gaussian process models for Bayesian analysis
http://research.cs.aalto.fi/pml/software/gpstuff/
GNU General Public License v3.0
169 stars 61 forks source link

changed the model for lin + sexp + monotonicity #31

Closed imsrgadich closed 6 years ago

imsrgadich commented 6 years ago

Line 95 had gpbm=gpa;gpbm.xv=xn(2:2:end);, changed it to correct model gpb.

imsrgadich commented 6 years ago

In the gp/demo_monotonic2.m code, there was typo which wrongly used gba model. I have updated it.