Plot a function
Plot a function is part of:This tool allows you to plot a function of the type y = f (x) on an existing or new chart.
Plot functions from Microsoft Excel
The syntax of the function must respect the conventions imposed by Microsoft Excel for functions used in spreadsheets. In addition, the abscissa must be identified by X1.
Examples:
| Function | Syntax in XLSTAT |
|---|---|
|
Y=x² |
X1^2 |
|
Y=ln(x) |
LN(X1) |
|
Y=e(x) |
EXP(X1) |
|
Y=|x| |
ABS(X1) |
|
Y=x si x < 0, Y=2x sinon |
IF(X1 < 0,X1,2*X1) |
Plot XLSTAT functions
In addition, you can use as well XLSTAT worksheet functions. For example, to plot the normal cumulative distribution function, enter XLSTAT_CDFNormal (X1).