Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / LoessResult

Type Alias: LoessResult ​

LoessResult = object

Defined in: echarts/math/linear-regression.ts:199

The results of the loess regression.

Param ​

The fitted values.

Param ​

The upper confidence interval.

Param ​

The lower confidence interval.

Properties ​

fitted ​

fitted: [number, number][]

Defined in: echarts/math/linear-regression.ts:200


lower ​

lower: [number, number][]

Defined in: echarts/math/linear-regression.ts:202


upper ​

upper: [number, number][]

Defined in: echarts/math/linear-regression.ts:201

Released under the MIT License.