Skip to main content

Function: getBasicStatistics()

getBasicStatistics(result): object

Defined in: packages/tools/geoda/src/spatial_join/tool.ts:351

Get basic statistics of the result

Parameters

result

number[][]

the result of the spatial join

Returns

object

  • the basic statistics of the result

averageCount

averageCount: number

maxCount

maxCount: number

minCount

minCount: number

totalCount

totalCount: number