search.parameters {KSPM}R Documentation

Optimisation to cumpute hyperparameter in Kernel Semi Parametric model

Description

internal function to optimize model for estimating hyperparameters

Usage

search.parameters(Y = NULL, X = NULL, kernelList = NULL, n = NULL,
  not.missing = NULL, compute.kernel = NULL, controlKspm = NULL)

Arguments

Y

response matrix

X

X matrix

kernelList

of kernels

n

nb of samples

not.missing

nb of non missing samples

compute.kernel

boolean kernel computation

controlKspm

control parameters

Author(s)

Catherine Schramm, Aurelie Labbe, Celia Greenwood


[Package KSPM version 0.2.1 Index]