%DeepSee.Aggregate.PercentileRank
class %DeepSee.Aggregate.PercentileRank extends %DeepSee.Aggregate.aggregate
Property Inventory
Method Inventory
Properties
property SortedValues [ MultiDimensional ];
Sorted array of processed values
Property methods: SortedValuesDisplayToLogical(), SortedValuesGet(), SortedValuesIsValid(), SortedValuesLogicalToDisplay(), SortedValuesLogicalToOdbc(), SortedValuesNormalize(), SortedValuesSet()
property value as %Double;
Target value
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueNormalize(), valueOdbcToLogical(), valueSet()
Methods
Returns the percentile rank. Returns 100% for an empty data set.
ProcessValue is called sequentially on each value in a target set. This sorts the values by filing them into the SortedValues array
with the incoming value as the first subscript.
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()