vglm.fit.coef {sgdGMF} | R Documentation |
Estimate the coefficients of a vector generalized linear model
Description
Estimate the coefficients of a vector generalized linear model via parallel iterative re-weighted least squares. Computations can be performed in parallel to speed up the execution.
Usage
vglm.fit.coef(
Y,
X,
family = gaussian(),
weights = NULL,
offset = NULL,
parallel = FALSE,
nthreads = 1,
clust = NULL
)
Arguments
Y |
|
X |
|
family |
a |
weights |
|
offset |
|
parallel |
if |
nthreads |
number of cores to be used in parallel (only if |
clust |
registered cluster to be used for distributing the computations (only if |
[Package sgdGMF version 1.0.1 Index]