User Guide

cosh(
Returns hyperbolic cosine of a real number, expression, or list.
N
cosh(
cosh
L
1
(
cosh
L
1
(value)
Returns hyperbolic arccosine of a real number, expression, or list.
y
N
cosh
L
1
(
CubicReg
CubicReg [Xlistname,Ylistname,freqlist,regequ]
Fits a cubic regression model to Xlistname and Ylistname with
frequency freqlist, and stores the regression equation to regequ.
CALC
6:CubicReg
cumSum(
cumSum(list)
Returns a list of the cumulative sums of the elements in list, starting with
the first element.
y 9
OPS
6:cumSum(
cumSum(
cumSum(matrix)
Returns a matrix of the cumulative sums of matrix elements. Each
element in the returned matrix is a cumulative sum of a matrix column
from top to bottom.
y >
MATH
0:cumSum(
Commands and Functions Listing 27