User Manual - Page 36

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
32 Alphabetical Listing
csch()
Catalog >
csch(Value1) value
csch(List1) list
Returns the hyperbolic cosecant of Value1
or returns a list of the hyperbolic cosecants
of all elements of List1.
csch¹()
Catalog >
csch¹(Value) value
csch¹(List1) list
Returns the inverse hyperbolic cosecant of
Value1 or returns a list containing the
inverse hyperbolic cosecants of each
element of List1.
Note: You can insert this function from the
keyboard by typing arccsch(...).
CubicReg
Catalog >
CubicReg X, Y[, [Freq] [, Category,
Include]]
Computes the cubic polynomial regression
y=ax
3
+bx
2
+cx+d on lists X and Y with
frequency Freq. A summary of results is
stored in the stat.results variable. (See page
145.)
All the lists must have equal dimension
except for Include.
X and Y are lists of independent and
dependent variables.
Freq is an optional list of frequency values.
Each element in Freq specifies the
frequency of occurrence for each
corresponding X and Y data point. The
default value is 1. All elements must be
integers 0.
Category is a list of numeric or string
category codes for the corresponding X and
Y data.
Loading ...
Loading ...
Loading ...