Observable PlotStatistical

Residual Plot

Residual plot for regression diagnostics showing fitted vs residuals.

Preview placeholder

residual-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/residual-v1

Props

PropTypeDescription
fittednumber[]Fitted values from model
residualsnumber[]Residual values

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { ResidualPlot } from '@/viz/components/plot/generic/residual-v1';