boxPlot - What methods are available for percentile calculation and which is the default?

Réponse

The 'method' parameter allows you to choose between two algorithms: "ITERATIVE" and "EXACT". The default method is "ITERATIVE", which is generally faster. "EXACT" provides precise results but may be slower.
Did this answer help you?