Skip to main content

Function: getBasicStatistics()

getBasicStatistics(result): object

Defined in: packages/geoda/src/spatial-count/tool.ts:290

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