<< pcolor CHE3007S permutation_importance >>

CHE3007S >> CHE3007S > percentile

percentile

Determination of user selected percentile for vectors or matrices

Syntax

[p] = percentile(x, y)
[p] = percentile(x, y, dim)

Parameters

x:

matrix or vector of date for which we would like to determine percentiles

y:

percentile to be calculated

dim:

dimension along which to determine percentile, default is '*' all data, 'r' or 'c' also available for row-wise and column-wise operations


Report an issue
<< pcolor CHE3007S permutation_importance >>