Skip to content
Prev 20542 / 29559 Next

Error fitting separable space-time variogram model

The error occurs when the internally used optim function tries a non-positive range. You can either try to use different start values for your model or provide boundary arguments as in optim to fit.StVariogram. These are passed on to optim via ..., see the help page of optim for details. The demo stkrige provides as well examples on how to limit the range of possible parameter values. 

Hth,

 Ben
On March 8, 2014 10:15:55 AM CET, d.g.rossiter at utwente.nl wrote: