calculate_weights | R Documentation |
Calculate weights for variogram for simulated annealing Ported from Emery at al. 2009 Added log methods to soften later portion of curve
calculate_weights(weighting_method, gam)
weighting_method |
0:constant weight, 1: ~npairs, 2:~/distance 3: ~npairs/distance, 4: log(~npairs), 5:~/log(distance) 6: ~log(npairs)/log(distance) |
gam |
the variogram/correlogram |
vector of weights, equal to nrows of variogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.