%ZEN.Report.Aggregate.StDevP
class %ZEN.Report.Aggregate.StDevP extends %ZEN.Report.CustomAggregate
Standard deviation ("whole population") AggregateProperty 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 standard deviation - biased, works if sample is whole populations
Inherited description: ProcessValue is called sequentially on each record returned by the
report query or queries.
Inherited Members
Inherited Properties
- accumIf
- class
- escape
- excelFormula
- excelName
- excelNumberFormat
- expression
- field
- fields
- filter
- format
- ignoreNLS
- name
- 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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- fieldIsValid()
- nameIsValid()