optimization | R Documentation |
Optimization algorithm for the estimation of beta regression coefficient functions and intercepts
optimization(x, y, beta, loglik, gradient, Hessian)
x |
a design matrix which is a product of inner product of basis functions and basis coefficients of functional covariate |
y |
a response variable of class |
beta |
initial values for beta regression coefficients and intercepts |
loglik |
log-likelihood function |
gradient |
function for the estimation of first derivative of log-likelihood function - gradient |
Hessian |
function for the estimation of second derivative of log-likelihood function - Hessian |
beta |
a vector with estimated beta regression coefficients and intercepts |
ll |
a value of the log-likelihood function at the estimated optimum |
grd |
a vector of gradient values at the estimated optimum |
hessian |
Hessian matrix at the estimated optimum |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.