Description Usage Arguments Value Author(s) References See Also Examples
Creation method for the "lineqGP" S3 class.
| 1 2 | ## S3 method for class 'lineqGP'
create(x, y, constrType)
 | 
| x | a vector or matrix with the input data. The dimensions should be indexed by columns. | 
| y | a vector with the output data. | 
| constrType | a character string corresponding to the type of the inequality constraint.
Options: "boundedness", "monotonicity", "convexity", "linear";
Multiple constraints can be also defined, e.g.  | 
A list with the following elements.
| x,y,constrType | see Arguments. | 
| d | a number corresponding to the input dimension. | 
| constrIdx | for d > 1, a logical vector with the indices of active constrained dimensions. | 
| localParam | a list with specific parameters required for  | 
| kernParam | a list with the kernel parameters:  | 
| bounds | the limit values if  | 
| (Lambda,lb,ub) | the linear system of inequalities if  | 
A. F. Lopez-Lopera.
Lopez-Lopera, A. F., Bachoc, F., Durrande, N., and Roustant, O. (2017), "Finite-dimensional Gaussian approximation with linear inequality constraints". ArXiv e-prints [link]
augment.lineqGP, predict.lineqGP, simulate.lineqGP
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.