Description Usage Arguments Details Value References Examples
This function computes the practical range for covariance functions on spheres.
The function extends practicalRange
from the
package geoR to additional covariance models on spheres.
1 | practicalRangeCMB(cov.model, phi, kappa = 0.5, correlation = 0.05, ...)
|
cov.model |
A type of the correlation function. Available choices are: "matern", "exponential","spherical", "powered.exponential", "cauchy", "gencauchy", "pure.nugget", "askey", "c2wendland", "c4wendland", "sinepower", "multiquadric". |
phi |
The range parameter as documented in |
kappa |
A smoothness parameter of the correlation function. |
correlation |
A correlation threshold (default is 0.05) |
... |
other optimisation parameters |
The practical(effective) range for a covariance function is the distance at which
a covariance function first time reaches the specified value correlation
. For
covariance functions on spheres the practical range does not exceed pi, the
distance beyond which a covariance function is not defined. For the covariance
functions "spherical", "askey", "c2wendland", "c4wendland" their practical ranges
are equal to lengths of their support.
Value of the practical range for the covariance function specified in covmodelCMB
geoR package, practicalRange
, covmodelCMB
1 2 | practicalRangeCMB(cov.model = "sinepower", phi = 0.1, kappa = 0.5)
practicalRangeCMB(cov.model = "askey", phi = 0.1, kappa = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.