Method: SpatialStats::Local::GetisOrd#x

Defined in:
lib/spatial_stats/local/getis_ord.rb

#xArray Also known as: z

Values of the field queried from the scope

Returns:

  • (Array)


64
65
66
# File 'lib/spatial_stats/local/getis_ord.rb', line 64

def x
  @x ||= SpatialStats::Queries::Variables.query_field(@scope, @field)
end