Class Reference
%ZEN.Report.Aggregate.LinRegWithStorage
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Aggregate] >  [LinRegWithStorage]
Private  Storage

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 1


Summary

Properties
Count SumOfX SumOfXSquared SumOfXY SumOfY
accumIf class escape excelFormula excelName
expression field fields format name
type uniqueId x y

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject GetResult GetResultList ProcessValue
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType
fieldIsValid nameIsValid

Subclasses
%ZEN.Report.Aggregate.LinRegR2 %ZEN.Report.Aggregate.LinRegVariance

Properties

• property x as array of %Integer;
Array of processed values
• property y as array of %Integer;

Methods

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