You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > DistinctCDF Method > SignalUtils.DistinctCDF Method (double, double, double)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.DistinctCDF Method (double, double, double)

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

Syntax
C#
Visual Basic
public static double DistinctCDF(double x, double Mean, double StdDev);

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!