Skip to main content

%DeepSee.Aggregate.VarP

class %DeepSee.Aggregate.VarP extends %DeepSee.Aggregate.aggregate

Property Inventory

Method Inventory

Properties

property SUMX as %Double [ InitialExpression = 0 ];
Property methods: SUMXDisplayToLogical(), SUMXGet(), SUMXIsValid(), SUMXLogicalToDisplay(), SUMXNormalize(), SUMXOdbcToLogical(), SUMXSet()
property SUMX2 as %Double [ InitialExpression = 0 ];
Property methods: SUMX2DisplayToLogical(), SUMX2Get(), SUMX2IsValid(), SUMX2LogicalToDisplay(), SUMX2Normalize(), SUMX2OdbcToLogical(), SUMX2Set()

Methods

method GetResult(Output pStatus As %Status) as %Double
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 value in a target set. The default behavior of this method is to file the value in the data array in order of arrival.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab