Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / SpatialRegressionFunctionArgs

Type Alias: SpatialRegressionFunctionArgs

SpatialRegressionFunctionArgs = z.ZodObject<{ datasetName: z.ZodString; dependentVariable: z.ZodString; independentVariables: z.ZodArray<z.ZodString>; modelType: z.ZodEnum<["classic", "spatial-lag", "spatial-error"]>; weightsId: z.ZodOptional<z.ZodString>; }>

Defined in: src/regression/tool.ts:20

Released under the MIT License.