cauchy_model: Cauchy Model

View source: R/variogramModels.R

cauchy_modelR Documentation

Cauchy Model

Description

Calculate the Cauchy model based on the given parameters.

Usage

cauchy_model(h, nugget, sill, range, a)

Arguments

h

Distance.

nugget

Nugget effect.

sill

Sill value.

range

Range value.

a

Additional parameter.

Value

Computed value based on the Cauchy model.


klovan documentation built on May 29, 2024, 2:40 a.m.