OfSorted Module

! Input needs to be sorted

Functions and values

Function or value Description

california q data

Full Usage: california q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

compute q data

Full Usage: compute q data

Parameters:
    q : float
    data : float array

Returns: float

! Input needs to be sorted !

Estimates the q-th quantile from the sorted data array.
Approximately median-unbiased regardless of the sample distribution.

q : float
data : float array
Returns: float

empiricalInvCdf q data

Full Usage: empiricalInvCdf q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

empiricalInvCdfAverage q data

Full Usage: empiricalInvCdfAverage q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

hazen q data

Full Usage: hazen q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

mode q data

Full Usage: mode q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

nearest q data

Full Usage: nearest q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

nist q data

Full Usage: nist q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example

normal q data

Full Usage: normal q data

Parameters:
    q : float -
    data : float array -

Returns: float

Estimates the q-th quantile from the sorted data array.

q : float

data : float array

Returns: float

Example