Learn R Programming

gptk (version 1.0)

modelOut: Give the output of a model for given X.

Description

Give the output of a model for given X.

Usage

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.

Examples

Run this code
## missing

Run the code above in your browser using DataLab