Theoretical transiograms
We provide various theoretical transiogram models from the literature, which can can be combined with ellipsoid distances to model geometric anisotropy.
Models
Linear
GeoStatsFunctions.LinearTransiogram
— TypeLinearTransiogram(; ranges, proportions)
LinearTransiogram(ball; proportions)
A linear transiogram with ranges
, and proportions
. Optionally, use a custom metric ball
.
transioplot(LinearTransiogram())
Gaussian
GeoStatsFunctions.GaussianTransiogram
— TypeGaussianTransiogram(; ranges, proportions)
GaussianTransiogram(ball; proportions)
A Gaussian transiogram with ranges
, and proportions
. Optionally, use a custom metric ball
.
transioplot(GaussianTransiogram())
Spherical
GeoStatsFunctions.SphericalTransiogram
— TypeSphericalTransiogram(; ranges, proportions)
SphericalTransiogram(ball; proportions)
A spherical transiogram with ranges
, and proportions
. Optionally, use a custom metric ball
.
transioplot(SphericalTransiogram())
Exponential
GeoStatsFunctions.ExponentialTransiogram
— TypeExponentialTransiogram(; ranges, proportions)
ExponentialTransiogram(ball; proportions)
A exponential transiogram with ranges
, and proportions
. Optionally, use a custom metric ball
.
transioplot(ExponentialTransiogram())
MatrixExponential
GeoStatsFunctions.MatrixExponentialTransiogram
— TypeMatrixExponentialTransiogram(rate)
MatrixExponentialTransiogram(ball, rate)
An exponential transiogram with transition rate
matrix. Optionally, specify a metric ball
to model anisotropy.
MatrixExponentialTransiogram(lengths, proportions)
MatrixExponentialTransiogram(ball, lengths, proportions)
Alternatively, build transition rate matrix from mean lengths
and relative proportions
.
References
Carle, S.F. & Fogg, G.E. 1996. Transition probability-based indicator geostatistics
Carle et al 1998. Conditional Simulation of Hydrofacies Architecture: A Transition Probability/Markov Approach
transioplot(MatrixExponentialTransiogram((1.0u"m", 1.0u"m"), (0.5, 0.5)))
PiecewiseLinear
GeoStatsFunctions.PiecewiseLinearTransiogram
— TypePiecewiseLinearTransiogram(abscissas, ordinates)
PiecewiseLinearTransiogram(ball, abscissas, ordinates)
A piecewise-linear transiogram model with abscissas
and matrix ordinates
obtained from an EmpiricalTransiogram
. Optionally, specify a metric ball
to model anisotropy.
References