Skip to content

geodalib / lisa/src / LocalMoranEBProps

Type Alias: LocalMoranEBProps ​

LocalMoranEBProps: object

Defined in: lisa/src/sa/local-moran-eb.ts:41

Configuration properties for Empirical Bayes smoothed Local Moran calculation.

Type declaration ​

baseData ​

baseData: number[] | Float32Array

eventData ​

eventData: number[] | Float32Array

neighbors ​

neighbors: number[][]

permutation? ​

optional permutation: number

seed? ​

optional seed: number

significanceCutoff? ​

optional significanceCutoff: number