quadratic_exponential_model {klovan} | R 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.
[Package klovan version 0.1.0 Index]