Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / ComputeRegressionProps

Type Alias: ComputeRegressionProps ​

ComputeRegressionProps = object

Defined in: echarts/scatterplot/utils.ts:18

Internal

The properties of the regression.

Param ​

The x data. The array of x values.

Param ​

The y data. The array of y values.

Param ​

The indices of the selected points. The array of indices of the selected points.

Properties ​

filteredIndex? ​

optional filteredIndex: number[]

Defined in: echarts/scatterplot/utils.ts:21


xData ​

xData: number[]

Defined in: echarts/scatterplot/utils.ts:19


yData ​

yData: number[]

Defined in: echarts/scatterplot/utils.ts:20

Released under the MIT License.