Statistics [Variogram]

Statistics returns various data statistics. Returns a double.

Syntax

object.Statistics( Statistic )

Parameter

Type

Required/

Optional

Default

Description

Statistic

SrfDataStats

Required

This specifies the statistical method to be applied on data values.

Example 1

This example demonstrates how to return the Z range of a variogram.

Debug.Print Variogram.Statistics(Statistic:=srfStatZRange)

Example 2

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

Used by: Variogram object