CurveExpert Professional v1.5.0 documentation
CurveExpert Professional: documentation
Table of Contents
Download PDF
Download Epub
index
modules
next
Main Page
What is CurveExpert Professional?
Getting started
Activation
User Interface
Reading Data
Working with Data
Calculating Results
CurveFinder
Working with Results
Graphing
Creating Custom Models and Functions
Writing Data
Application Preferences
Localization
Validation
Miscellaneous
End User License Agreement
Third-Party Licensing
Appendix A: Math Functions
Appendix B: Math Symbol Reference
Appendix C: Theory
Appendix D: References
Appendix E: Plugin API
Enter search terms above.
CurveExpert Professional: documentation
¶
What is CurveExpert Professional?
Getting started
Load data into CurveExpert Professional
Perform a Nonlinear Regression
Examine the Results
Export a Table
Visualize your Results
Activation
After Purchase
Starting a Trial
User Interface
Menus
Toolbar
Results Pane
Graphs and Data Pane
Preview Pane
Messages Pane
Status bar
Menu Reference
Reading Data
Introduction
Raw file import
CurveExpert Pro files
Working with Data
Introduction
Data Statistics
The Spreadsheet
Operating on Data
Calculating Results
General Guidelines
Interpolation
Linear Regression
Nonlinear Regression
Smoothing
Functions
CurveFinder
Usage
Cautions
Working with Results
Introduction
Color Coding
Badges
Previewing
Placing Results on a Graph
Removing Results
Querying Result Details
Comparing Two Regressions
Confidence and Prediction Bands
Graphing
Introduction
Basics
Interacting with a graph
Changing Properties
Annotations
Automatic annotations
Images
Saving graphs
Copying graphs
Printing graphs
Graph themes
2D Contour Graphing
3D Graphing
Keyboard Shortcuts for Graphs
Mathtext
Creating Custom Models and Functions
Introduction
Custom Models
Custom Functions
Custom Models: Advanced Usage
Custom Functions: Advanced Usage
Writing Data
Introduction
Writing a CurveExpert Professional (CXP) file
Exporting a dataset to text file
Writing a graph to an picture file
Printing
Application Preferences
Introduction
General Preferences
Regression Preferences
Graphing Preferences
Logging Preferences
Localization Preferences
Advanced Preferences
Localization
Executive Summary
Configuring CurveExpert Pro to match your workflow
File overrides
CurveExpert Pro files
NIST verification files
Validation
Introduction
Running the Suite
Performing validations yourself
Miscellaneous
Log Viewer
Running Multiple Instances
Where files are located
End User License Agreement
Third-Party Licensing
Python
WxWidgets and WxPython
Numpy
Scipy
Matplotlib
BioPython
winpaths
Python Imaging Library (PIL)
Icons and Artwork
JPEG library
prettyPhoto
Appendix A: Math Functions
acos(x)
acosh(x)
asin(x)
asinh(x)
atan(x)
atan2(y,x)
atanh(x)
ceil(x)
copysign(x1,x2)
cos(x)
cosh(x)
degrees(x)
exp(x)
factorial(n)
floor(x)
fmod(x1,x2)
hypot(x1,x2)
isinf(x)
isnan(x)
ln(x)
log(x)
log10(x)
radians(x)
sin(x)
sinh(x)
sqrt(x)
tan(x)
tanh(x)
trunc(x)
pi
exp1
bessel_j0(x)
bessel_j1(x)
bessel_jn(n,x)
bessel_y0(x)
bessel_y1(x)
bessel_yn(n,x)
bessel_i0(x)
bessel_i1(x)
bessel_k0(x)
bessel_k1(x)
bessel_kn(n,x)
bessel_i0e(x)
bessel_i1e(x)
bessel_k0e(x)
bessel_k1e(x)
bessel_jvp(n,x,i)
bessel_yvp(n,x,i)
bessel_kvp(n,x,i)
bessel_ivp(n,x,i)
erf(x)
erfc(x)
special_beta(p,q)
special_lambda(nu,x)
special_gamma(x)
ones(shape)
zeros(shape)
zeros_like(other_array)
empty(shape)
eye(n)
identity(n)
arange(start,stop,step)
linspace(start,stop,n)
array(object)
asarray(object)
copy(object)
append(array)
concatenate((a1,a2,a3,...))
dot(arr_a,arr_b)
mean(array)
max(array)
min(array)
median(a,icol)
abs(x)
lstsq_solve(A,B)
legendre(n,x)
sh_legendre(n,x)
array_and(b1,b2)
array_or(b1,b2)
array_xor(b1,b2)
array_not(b1)
array_gt(x1,x2)
array_lt(x1,x2)
array_le(x1,x2)
array_ge(x1,x2)
array_eq(x1,x2)
array_neq(x1,x2)
array_almost_eq(x1,x2, rtol, atol)
Appendix B: Math Symbol Reference
Subscripts and superscripts
Fractions, binomials and stacked numbers
Using parenthesis properly
Radicals
Accents
Symbols
Appendix C: Theory
Linear Regression
Nonlinear Regression
Appendix D: References
Appendix E: Plugin API
Basic API
Result Object
Indices and tables
¶
Index
Search Page
CurveExpert Professional: documentation