DM_getUpperQuant

This function returns the upper bound of the quantile region to which the record is assigned. A value of 98 means that at least 2% of the training data has a larger predicted value than the current record, or the predicted value is equal to the value of the current record. The value is returned from results data that is produced when you apply an RBF Regression model that contains quantile information. If the RBF model does not contain quantile information, NULL is returned.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-DM_getUpperQuant--(--results value--)-----------------------><

Parameters

results value
The results of applying an RBF Regression model that is returned by the function DM_applyRegModel as data type DM_RegResult.

Return value



Feedback | Information roadmap