quadratic_exponential_model: Quadratic Exponential Model

View source: R/variogramModels.R

quadratic_exponential_modelR Documentation

Quadratic Exponential Model

Description

Calculate the quadratic exponential model based on the given parameters.

Usage

quadratic_exponential_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 quadratic exponential model.


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