%ZEN.Report.Aggregate.LinearRegression
deprecated class %ZEN.Report.Aggregate.LinearRegression extends %ZEN.Report.CustomAggregate
Calculate linear regression information about X,Y data set return as %List Base class for MDX Linear Regression FunctionsProperty Inventory
Method Inventory
Properties
property Count as %Integer [ InitialExpression = 0 ];
Keeps a running count of values processed
Property methods: CountDisplayToLogical(), CountGet(), CountIsValid(), CountLogicalToDisplay(), CountNormalize(), CountSet(), CountXSDToLogical()
property SumOfX as %Double [ InitialExpression = 0 ];
Keeps a running total of the sum of the squares of the processed items
Property methods: SumOfXDisplayToLogical(), SumOfXGet(), SumOfXIsValid(), SumOfXLogicalToDisplay(), SumOfXLogicalToXSD(), SumOfXNormalize(), SumOfXOdbcToLogical(), SumOfXSet(), SumOfXXSDToLogical()
property SumOfXSquared as %Double [ InitialExpression = 0 ];
Property methods: SumOfXSquaredDisplayToLogical(), SumOfXSquaredGet(), SumOfXSquaredIsValid(), SumOfXSquaredLogicalToDisplay(), SumOfXSquaredLogicalToXSD(), SumOfXSquaredNormalize(), SumOfXSquaredOdbcToLogical(), SumOfXSquaredSet(), SumOfXSquaredXSDToLogical()
property SumOfXY as %Double [ InitialExpression = 0 ];
Property methods: SumOfXYDisplayToLogical(), SumOfXYGet(), SumOfXYIsValid(), SumOfXYLogicalToDisplay(), SumOfXYLogicalToXSD(), SumOfXYNormalize(), SumOfXYOdbcToLogical(), SumOfXYSet(), SumOfXYXSDToLogical()
property SumOfY as %Double [ InitialExpression = 0 ];
Property methods: SumOfYDisplayToLogical(), SumOfYGet(), SumOfYIsValid(), SumOfYLogicalToDisplay(), SumOfYLogicalToXSD(), SumOfYNormalize(), SumOfYOdbcToLogical(), SumOfYSet(), SumOfYXSDToLogical()
Methods
method GetResultList() as %String
Returns $LB(a,b) where y = a * x + b
Returns null if denominator will be zero
Processes each new value (x,y) pair in %List
Inherited Members
Inherited Properties
- accumIf
- class
- escape
- excelFormula
- excelName
- excelNumberFormat
- expression
- field
- fields
- filter
- format
- ignoreNLS
- name
- postprocessResult
- preprocessValue
- runtimeMode
- type
- uniqueId
Inherited 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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- fieldIsValid()
- nameIsValid()