Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
vslSSEditMoments
Modifies the pointers to arrays that hold moment estimates.
Syntax
status = vslssseditmoments ( task , mean , r2m , r3m , r4m , c2m , c3m , c4m )
status = vsldsseditmoments ( task , mean , r2m , r3m , r4m , c2m , c3m , c4m )
Include Files
mkl_vsl.f90
Input Parameters
Name |
Type |
Description |
|---|---|---|
task |
TYPE(VSL_SS_TASK) |
Descriptor of the task |
mean |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of means |
r2m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of raw moments of the 2 nd order |
r3m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of raw moments of the 3 rd order |
r4m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of raw moments of the 4 th order |
c2m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of central moments of the 2 nd order |
c3m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of central moments of the 3 rd order |
c4m |
REAL(KIND=4) DIMENSION(*) for vslssseditmoments REAL(KIND=8) DIMENSION(*) for vsldsseditmoments |
Pointer to the array of central moments of the 4 th order |
Output Parameters
Name |
Type |
Description |
|---|---|---|
status |
INTEGER |
Current status of the task |
Description
The vslSSEditMoments routine replaces pointers to the arrays that hold estimates of raw and central moments with values passed as corresponding parameters of the routine. If you pass a value of NULL for a specific input parameter, the value of that parameter in the task descriptor is unchanged.