Y <- modelOut(model, X)
values <- modelOut(model, X)
Arguments
model
structure specifying the model.
X
input location(s) for which output is to be computed.
Value
Youtput location(s) corresponding to given input locations.
Phioutput basis function(s) corresponding to given input
Details
Y <- modelOut(model, X)
gives the output of the model for a given input X. For latent variable models it gives a position in data space given a position in latent space.
Phi, Y <- modelOut(model, X)
gives the output of the model for a given input X. For latent variable models it gives a position in data space given a position in latent space.