gamma_model: Gamma Model

View source: R/variogramModels.R

gamma_modelR Documentation

Gamma Model

Description

Calculate the gamma model based on the given parameters.

Usage

gamma_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 gamma model.


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