Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / LisaFunctionArgs

Type Alias: LisaFunctionArgs

LisaFunctionArgs = z.ZodObject<{ biVariableNames: z.ZodOptional<z.ZodArray<z.ZodString>>; datasetName: z.ZodString; k?: z.ZodOptional<z.ZodNumber>; mapBounds?: z.ZodOptional<z.ZodArray<z.ZodNumber>>; method: z.ZodEnum<["localMoran", "localGeary", "localG", "localGStar", "quantileLisa"]>; multiVariableNames: z.ZodOptional<z.ZodArray<z.ZodString>>; permutation: z.ZodOptional<z.ZodNumber>; quantile?: z.ZodOptional<z.ZodNumber>; significanceThreshold: z.ZodOptional<z.ZodNumber>; variableName: z.ZodString; weightsID: z.ZodOptional<z.ZodString>; }>

Defined in: src/lisa/tool.ts:23

Released under the MIT License.