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

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

Description

Computes the scaled complementary error function associated with a normal distribution. For all real x, erfcx(x) = exp(x^2)*erfc(x).

Examples

Inputs

Name Description
x Specifies error function values. x is a real scalar, vector, or matrix.

Outputs

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

Examples

% Compute the scaled complementary error function at 1.386:
Y = erfcx(1.386)
% Plot the scaled complementary error function:
X = 0:0.01:3;
Y = erfcx(X);
plot(X, Y)

Related Topics

erf
erfc
erfinv


Resources


 

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