Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Report] >  [Aggregate] >  [LinRegWithStorage]
Private  Storage   

deprecatedclass %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 excelNumberFormat expression
field fields filter format
ignoreNLS name postprocessResult preprocessValue
runtimeMode type uniqueId x
y

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%PostProcessValue %PreProcessValue %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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.