Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

erfcinv (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the advanced class.

Syntax

y = erfcinv(x)

Description

Computes the inverse of the complementary error function associated with a normal distribution. y = erfcinv(x) is equivalent to x = erfc(y).

Examples

Inputs

Name Description
x Specifies complementary error function values. x is a matrix with elements in the interval [0, 2].

Outputs

Name Description
y Returns the value of the inverse complementary error function of x.

Examples

% Compute the inverse complementary error function at 1.386:
Y = erfcinv(1.386)
% Plot the inverse complementary error function:
X = 0:0.01:1.9;
Y = erfcinv(X);
plot(X, Y)

Related Topics

erf
erfc


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit