%DeepSee.Aggregate.StDevP
class %DeepSee.Aggregate.StDevP 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
Returns the standard deviation - biased, works if sample is whole populations
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
- %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()