covSEiso(loghyper = NULL , x = NULL , z = NULL , testset.covariances= FALSE)
loghyper
is hyperparameter vector variable.x
is Input parameter array to apply the function over.z
is Index number of loghyper vector.testset.covariances
is a logic value to decide to compute testset covariances or not.z
is not null and testset.covariances
is TRUE this function calculates test set covariances and if its FALSE the function computes derivative matrix.
When covNoise is called without parameters is reports the minimum number of parameters other than loghyper which it can accept.
The output of this function is a list consisting variables A and B. B will include testset covariances calculation when testset.covariances
is TRUE.