class %ZEN.Report.Aggregate.LinRegWithStorage
extends %ZEN.Report.Aggregate.LinearRegression
property x
as array of %Integer;
Array of processed values
property y
as array of %Integer;
method ProcessValue(pValue As %List)
as %Status
Processes each new value (x,y) pair in %List