You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.DistinctCDF Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.DistinctCDF Function

Returns a measure for the probability that x belongs to the normal distribution with Mean and StdDev.

Pascal
function DistinctCDF(x: double; Mean: double; StdDev: double): double; overload;

The function returns the 1- (integral of PDF on the intervals [-Inf,mean-abs(mean-x)],[mean+abs(mean-x),+Inf]). The function returns near 100, if x is further then 4*StdDev away from mean and returns 0, if x = mean.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!