CheckBiv {GeoModels}R Documentation

Checking Bivariate covariance models

Description

The procedure control if the correlation model is bivariate.

Usage

CheckBiv(numbermodel)

Arguments

numbermodel

numeric; the number associated to a given correlation model.

Details

The function check if the correlation model is bivariate.

Value

Return TRUE or FALSE depending if the correlation model is bivariate or not.

Author(s)

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

Examples


library(GeoModels)
CheckBiv(CkCorrModel("Bi_matern_sep"))


[Package GeoModels version 2.0.1 Index]