Go to the source code of this file.
Classes | |
struct | tagSQ_ModelStatistics |
Typedefs | |
typedef struct tagSQ_ModelStatistics * | SQ_ModelStatistics |
This file list the SQModelStatistics object used in Umetrics SIMCA-Q products.
typedef struct tagSQ_ModelStatistics * SQ_ModelStatistics |
A a handle to data with model statistics information. IMPORTANT: Always initialize it to NULL!
SQ_ErrorCode SQ_ClearModelStatistics | ( | SQ_ModelStatistics * | pStatistics | ) |
Removes the model statistics, this function must be called for every statistics object that has been received from SQ_GetStatistics.
[in] | pStatistics | The model statistics object to be removed. |
SQ_ErrorCode SQ_GetKurtosisFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pKurtosis | ||
) |
Retrieves the kurtosis values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pKurtosis | Kurtosis values for each variable |
SQ_ErrorCode SQ_GetMaxFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMax | ||
) |
Retrieves the maximum values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMax | Maximum values for each variable |
SQ_ErrorCode SQ_GetMeanFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMean | ||
) |
Retrieves the mean values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMean | Mean values for each variable |
SQ_ErrorCode SQ_GetMedianFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMedian | ||
) |
Retrieves the median values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMedian | Median values for each variable |
SQ_ErrorCode SQ_GetMinFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMin | ||
) |
Retrieves the minimum values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMin | Minimum values for each variable |
SQ_ErrorCode SQ_GetMinMaxFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMinMax | ||
) |
Retrieves the minimum divided by maximum values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMinMax | Minimum divided by maximum values for each variable |
SQ_ErrorCode SQ_GetMissingFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pMisVals | ||
) |
Retrieves the number of missing values in percent from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pMisVals | Number of missing values in percent for each variable |
SQ_ErrorCode SQ_GetObservationsFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_IntVector * | pObservations | ||
) |
Retrieves the number of observations from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pObservations | Number of observations for each variable |
SQ_ErrorCode SQ_GetSkewnessFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pSkewness | ||
) |
Retrieves the skewness values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pSkewness | Skewness values for each variable |
SQ_ErrorCode SQ_GetSkewnessTestFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pSkewnessTest | ||
) |
Retrieves the skewness test values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pSkewnessTest | Skewness test values for each variable |
SQ_ErrorCode SQ_GetStdDevFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pStdDev | ||
) |
Retrieves the standard deviation values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pStdDev | Standard deviation values for each variable |
SQ_ErrorCode SQ_GetStdDevMeanFromStatistics | ( | SQ_ModelStatistics | pStatistics, |
SQ_FloatVector * | pStdDevMean | ||
) |
Retrieves the standard deviation divided by mean values from model statistics
[in] | pStatistics | The model statistics object to get information from. |
[out] | pStdDevMean | Standard deviation divided by mean values for each variable |
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen