Visible to Intel only — GUID: GUID-F4CC8BB7-DE2C-4EAC-9F7E-B9E5834A4214
Visible to Intel only — GUID: GUID-F4CC8BB7-DE2C-4EAC-9F7E-B9E5834A4214
vslSSEditQuantiles
Modifies the pointers to parameters related to quantile computations.
Syntax
status = vslssseditquantiles(task, quant_order_n, quant_order, quants, order_stats, order_stats_storage)
status = vsldsseditquantiles(task, quant_order_n, quant_order, quants, order_stats, order_stats_storage)
Include Files
- mkl_vsl.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
task |
Fortran: TYPE(VSL_SS_TASK) |
Descriptor of the task |
quant_order_n |
Fortran: INTEGER |
Pointer to the number of quantile orders |
quant_order |
Fortran: REAL(KIND=4) DIMENSION(*) for vslssseditquantiles REAL(KIND=8) DIMENSION(*) for vsldsseditquantiles |
Pointer to the array of quantile orders |
quants |
Fortran: REAL(KIND=4) DIMENSION(*) for vslssseditquantiles REAL(KIND=8) DIMENSION(*) for vsldsseditquantiles |
Pointer to the array of quantiles |
order_stats |
Fortran: REAL(KIND=4) DIMENSION(*) for vslssseditquantiles REAL(KIND=8) DIMENSION(*) for vsldsseditquantiles |
Pointer to the array of order statistics |
order_stats_storage |
Fortran: INTEGER |
Pointer to the storage format of the order statistics array |
Output Parameters
Name |
Type |
Description |
---|---|---|
status |
Fortran: INTEGER |
Current status of the task |
Description
The vslSSEditQuantiles routine replaces pointers to the number of quantile orders, the array of quantile orders, the array of quantiles, the array that holds order statistics, and the storage format for the order statistics with values passed into the routine. See Table "Storage format of matrix of observations and order statistics" for possible values of the order_statistics_storage parameter. If you pass a value of NULL for a specific input parameter, the value of that parameter in the task descriptor is unchanged.