Skip to main content

%ZEN.Report.Aggregate.LinRegWithStorage

class %ZEN.Report.Aggregate.LinRegWithStorage extends %ZEN.Report.Aggregate.LinearRegression

Property Inventory

Method Inventory

Properties

property x as array of %Integer;
Array of processed values
Property methods: xBuildValueArray(), xCollectionToDisplay(), xCollectionToOdbc(), xDisplayToCollection(), xDisplayToLogical(), xGet(), xGetObject(), xGetObjectId(), xGetSwizzled(), xIsValid(), xLogicalToDisplay(), xNormalize(), xOdbcToCollection(), xSet(), xSetObject(), xSetObjectId(), xXSDToLogical()
property y as array of %Integer;
Property methods: yBuildValueArray(), yCollectionToDisplay(), yCollectionToOdbc(), yDisplayToCollection(), yDisplayToLogical(), yGet(), yGetObject(), yGetObjectId(), yGetSwizzled(), yIsValid(), yLogicalToDisplay(), yNormalize(), yOdbcToCollection(), ySet(), ySetObject(), ySetObjectId(), yXSDToLogical()

Methods

method ProcessValue(pValue As %List) as %Status
Processes each new value (x,y) pair in %List

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab