CheckBiv: Checking Bivariate Covariance Models

View source: R/Utility.r

CheckBivR Documentation

Checking Bivariate Covariance Models

Description

Checks whether the correlation model is bivariate.

Usage

CheckBiv(numbermodel)

Arguments

numbermodel

A numeric value; the number associated with a given correlation model.

Details

This function checks whether the correlation model is bivariate.

Value

A logical value: TRUE if the correlation model is bivariate, and FALSE otherwise.

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"))

GeoModels documentation built on June 25, 2025, 5:10 p.m.