Compute the objective for wls method
obj_wls(par, cor_fn, cor_emp, par_fixed)
par
: Parameters of cor_fn
.cor_fn
: Correlation function.cor_emp
: Empirical correlations.par_fixed
: Fixed parameters of cor_fn
.The objective of weighted least squares.
Useful links