Difference between revisions of "RemoveQuantile"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Quantile functions]]
 
[[Category:Quantile functions]]

+
{{HelpFiles}}
  
 
=====removeQuantile=====
 
=====removeQuantile=====

Revision as of 12:01, 12 December 2011



removeQuantile

Removes a quantile calculation row earlier added to a diagram of chart type Diagram_ChartType_Table.

Syntax

removeQuantile(q, k)

Arguments

q: Is a numeric (non-decimal) expression, an integer between 2 and the maximum value allowed for a 32 bit signed integer.

k: Is a numeric (non-decimal) expression, an integer greater than 0 and smaller than q specified above.

Return type

empty

Examples

removeQuantile(5,3);

Availability

Version 5.4