Returns the probability that a sample from the distribution deviates from the mean more than
the specified value.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double TwoTailedProbability(
double x
)
Public Function TwoTailedProbability (
x As Double
) As Double
public:
double TwoTailedProbability(
double x
)
member TwoTailedProbability :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe probability that a sample from the distribution deviates more from the distribution
mean than
x.
For a symmetrical distribution with zero mean, like the normal distribution or the student t distribution,
this method returns the probability that the absolute value of a sample is greater than the absolute value
of
x.
Reference