Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Add Quantile: Difference between revisions

From Catglobe Wiki
Created page with "Category:Quantile functions {{HelpFiles}} =====addQuantile===== Adds a quantile calculation row to a diagram of chart type Diagram_ChartType_Table. '''Syntax''' add..."
 
(No difference)

Latest revision as of 03:39, 7 March 2019



addQuantile

Adds a quantile calculation row to a diagram of chart type Diagram_ChartType_Table.

Syntax

addQuantile(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

addQuantile(5,3);

addQuantile(20,10);

createFrequenceDiagram("Civil_status");

//Result: Quantile rows (Quantile (3/5), Quantile (10/20)) are shown for table diagram.

Availability