powered by
A named list of model parameters that specify a quadratic decision bound, containing pnoise, cnoise, coeffs, and bias.
pnoise
cnoise
coeffs
bias
gqcStruct(pnoise, cnoise, coeffs, bias)
a positive non-zero numeric.
a vector. The length(coeffs) should be equal to sum(1:(dim+1)) - 1 where dim is the number of the model's dimension
length(coeffs)
sum(1:(dim+1)) - 1
dim
numeric.
object of class gqcStruct, i.e., a named list containing pnoise, cnoise, coeffs, and bias.
gqcStruct
gqc, logLik.gqcStruct
gqc
logLik.gqcStruct
# NOT RUN { params <- gqcStruct(pnoise=10, cnoise=100, coeffs=c(1,2,3,4,5), bias=6) # }
Run the code above in your browser using DataLab