Fit a multivariate normal model without covariates or covariance restrictions. In addition to the (straightforward) parameter estimates the fitted log-likelihood and corresponding score contributions are computed.
mvnfit(
y,
x = NULL,
start = NULL,
weights = NULL,
offset = NULL,
model = c("correlation", "mean", "variance"),
...,
estfun = FALSE,
object = FALSE
)
A matrix or data.frame where each row corresponds to a k-dim observation.
Not used yet
Not used yet
Not used yet
Not used yet
Vector of characters. Specifies which estimated parameters are returned.
Not used yet
Logical. Should the matrix of score contributions (aka estimating functions) be returned?
Not used yet
Used internally in when method="mob"