NuisParam | R Documentation |
The procedure returns a list with the nuisance parameters of a given random field model.
NuisParam(model, bivariate=FALSE,num_betas=c(1,1),copula=NULL)
model |
String; the name of a random field. |
bivariate |
Logical; if |
num_betas |
Numerical; the nunber of mean parameters in the linear specification (default is 1) |
copula |
The type of copula. |
The function returns a list with the nuisance parameters of a given random field model.
Return a vector string of nuisance parameters.
Moreno Bevilacqua, moreno.bevilacqua89@gmail.com,https://sites.google.com/view/moreno-bevilacqua/home, Víctor Morales Oñate, victor.morales@uv.cl, https://sites.google.com/site/moralesonatevictor/, Christian", Caamaño-Carrillo, chcaaman@ubiobio.cl,https://www.researchgate.net/profile/Christian-Caamano
GeoFit
library(GeoModels)
NuisParam("Gaussian")
NuisParam("Binomial")
NuisParam("Weibull",num_betas=2)
NuisParam("SkewGaussian", num_betas=3)
NuisParam("SinhAsinh")
NuisParam("Beta2",copula="Clayton")
NuisParam("StudentT")
## note that in the bivariate case sill and nugget are considered as correlation parameteres
NuisParam("Gaussian", bivariate=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.