StatisticFormula.InverseNormalDistribution(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The inverse normal distribution formula calculates the inverse of the standard normal cumulative distribution. The distribution has a mean of 0 and a standard deviation of one.
public:
double InverseNormalDistribution(double probability);
public double InverseNormalDistribution (double probability);
member this.InverseNormalDistribution : double -> double
Public Function InverseNormalDistribution (probability As Double) As Double
Parameters
- probability
- Double
Alpha value. The acceptable input range is between 0 and 1.
Returns
Inverse of the normal distribution function.
Examples
The following code demonstrates how to use this formula.
Dim result As double = Chart1.DataManipulator.Statistics.InverseNormalDistribution(.05)
double result = Chart1.DataManipulator.Statistics.InverseNormalDistribution(.05);
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา