| mgwrsar-class | R Documentation |
Class of mgwrsar Model.
Betavmatrix, the estimated varying coefficients, dim(n,kv).
Betacnumeric, the estimated constant coefficients, length kc.
Modelcharacter, The type of model.
fixed_varscharacter, a vector with name of constant covarariate.
Ynumeric, the dependent variable.
XCmatrix, the explanatory variables with constant coefficients.
XVmatrix, the explanatory variables with varying coefficients.
Xmatrix, the explanatory variables.
WSparseMatrix, the spatial weight matrix for spatial dependence.
isgcvlogical, if gcv has been computed.
edfnumeric, the estimated degrees of freedom.
formulaformula
datadataframe, The dataframe used for computation.
Methodcharacter, the estimation technique for computing the models with Spatial Dependence. '2SLS' or 'B2SLS', default '2SLS'.
coordsmatrix, the spatial coordinates of observations.
Hnumeric, the bandwidth vector.
H2numeric, the time bandwidth vector.
kernelscharacter, the type of kernel.
adaptivelogical, adaptive kernel.
Typecharacter, the type of General Kernel Product.
TPnumeric, index of target points.
SSRtpnumeric, the sum of square residuals for TP.
SSRnumeric, the sum of square residuals.
residualsnumeric, the vector of residuals.
fitnumeric, the vector of fitted values.
prednumeric, the vector of predicted values.
sevmatrix, local standard error of varying coefficients.
senumeric, standard error of constant coefficients.
tSnumeric, Trace(S).
Shat,hat matrix
R_k,list of hat matrix by var
h_wnumeric, the bandwidth value for computing W, default 0.
kernel_wthe type of kernel for computing W, default NULL.
RMSEnumeric, Root Mean Square Error for Target Points.
RMSEtpnumeric, Root Mean Square Error for all Points.
CVnumeric, Leave One Out CV.
AICnumeric, Akaike Criteria.
AICcnumeric, Corrected Akaike Criteria.
AICctpnumeric, Corrected Akaike Criteria for TP
BICnumeric, Bayesian Information Criteria.
R2numeric, R2.
R2_adjnumeric, adjusted R2.
get_tslogical, if trace of hat matrix Tr(S) should be stored.
NNnumeric, the maximum number of neighbors for weights computation
doMClogical, parallel computation.
ncorenumeric, number of cores.
mycalla call, the call of the model.
ctimenumeric, the computing times in seconds.
HRMSEmatrix, RMSE log.
HBETAlist, estimated BETA at each iteration.
logliknumeric, value of loglik.
Glist, list of neighboring index and distances (knn object from nabor package).
Vnumeric, neighbors sequence for TDS.
Vtnumeric, neighbors sequence for TDS.
Znumeric, time for GDT kernel type
TSnumeric, Diagonal of Hat Matrix
alphanumeric, ratio for GDT kernels
thetanumeric, ratio for GDT kernels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.