EstimatorType Property

EstimatorType returns or sets the variogram estimation method. Returns a SrfVarioEstimator.

Syntax

object.EstimatorType

object.EstimatorType = Type

Parameter

Type

Description

Type

SrfVarioEstimator

required

Example 1

This example demonstrates how to return the variogram estimation method of a variogram.

Debug.Print Variogram.EstimatorType

Example 2

This example demonstrates how to utilize a standardized variogram.

Variogram.EstimatorType = srfVarioStdVariogram

Example 3

This script displays all the methods and properties in the Variogram object.

Used by: Variogram object