parameter.range
returns the range of the parameters specific to
a parametrised variogram model or a covariance function--- NOT PROGRAMMED YET --
parameter.range(model, param, dim=1)
CovarianceFct
CovarianceFct
NaN
is returned.
If the model does not have additional parameters, NULL
is
returned. Otherwise a list is returned.
If the parameter space is simple, a list of the following elements
is returnedtheoretical
and practical
are
lists where each element is a matrix as above.parameter.range("exponential", param=NA, dim=1) # NULL
try(parameter.range("power", param=NA, dim=1))
try(parameter.range("power", param=c(NA, NA, NA, NA, 2), dim=2))
Print(parameter.range("gengneiting", param=NA, dim=2))
Print(parameter.range("nsst", param=NA, dim=1))
Print(parameter.range("hyper",param, dim=1))
Run the code above in your browser using DataLab