Chalkboard - v3.0.1
Preparing search index...
Chalkboard
stat
quartile
Function quartile
quartile
(
arr
:
number
[]
,
type
:
"Q1"
|
"Q2"
|
"Q3"
)
:
number
Calculates a quartile of an array.
Parameters
arr
:
number
[]
The array
type
:
"Q1"
|
"Q2"
|
"Q3"
The type of quartile, which can be "Q1", "Q2", or "Q3"
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Calculates a quartile of an array.