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

erfinv (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 = erfinv(x)

Description

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

Examples

Inputs

Name Description
x Specifies error function values. x is a real matrix with elements in the interval [-1, 1].

Outputs

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

Examples

% Compute the inverse error function at 0.386:
Y = erfinv(0.386)
% Show the form of the inverse error function:
X = 0:0.01:0.9;
Y = erfinv(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