Transform a numerical column in a probability like variable using options :
gauss : the column is standardized, the output will be the probability associated with the gaussian distribution
khimedian = probability associated with the Chi² of the mahalanobis distance of each value with the median of the column.
khimean = probability associated with the Chi² of the mahalanobis distance of each value with the mean of the column.
Warning : use python 3 - packages math - scipy
- Type: Tableinput table