obj_wls {mcgf} | R Documentation |
Compute the objective for wls method
Description
Compute the objective for wls method
Usage
obj_wls(par, cor_fn, cor_emp, par_fixed)
Arguments
par |
Parameters of |
cor_fn |
Correlation function. |
cor_emp |
Empirical correlations. |
par_fixed |
Fixed parameters of |
Value
The objective of weighted least squares.
[Package mcgf version 1.1.1 Index]