Skip to main content

%ZEN.Report.Aggregate.VarP

deprecated class %ZEN.Report.Aggregate.VarP extends %ZEN.Report.CustomAggregate

VarP (whole population) Variance aggregate

Property Inventory

Method Inventory

Properties

property Count as %Integer [ InitialExpression = 0 ];
Number of values processed
Property methods: CountDisplayToLogical(), CountGet(), CountIsValid(), CountLogicalToDisplay(), CountNormalize(), CountSet(), CountXSDToLogical()
property SUMX as %Double [ InitialExpression = 0 ];
Property methods: SUMXDisplayToLogical(), SUMXGet(), SUMXIsValid(), SUMXLogicalToDisplay(), SUMXLogicalToXSD(), SUMXNormalize(), SUMXOdbcToLogical(), SUMXSet(), SUMXXSDToLogical()
property SUMX2 as %Double [ InitialExpression = 0 ];
Property methods: SUMX2DisplayToLogical(), SUMX2Get(), SUMX2IsValid(), SUMX2LogicalToDisplay(), SUMX2LogicalToXSD(), SUMX2Normalize(), SUMX2OdbcToLogical(), SUMX2Set(), SUMX2XSDToLogical()
property postprocessResult as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Property methods: postprocessResultDisplayToLogical(), postprocessResultGet(), postprocessResultIsValid(), postprocessResultLogicalToDisplay(), postprocessResultLogicalToOdbc(), postprocessResultLogicalToXSD(), postprocessResultNormalize(), postprocessResultSet(), postprocessResultXSDToLogical()
property preprocessValue as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Property methods: preprocessValueDisplayToLogical(), preprocessValueGet(), preprocessValueIsValid(), preprocessValueLogicalToDisplay(), preprocessValueLogicalToOdbc(), preprocessValueLogicalToXSD(), preprocessValueNormalize(), preprocessValueSet(), preprocessValueXSDToLogical()

Methods

method GetResult() as %String
Returns the variance - biased, works if sample is whole populations
method ProcessValue(pValue As %Double) as %Status
Inherited description: ProcessValue is called sequentially on each record returned by the report query or queries.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab