Table 2-2: Overloaded Methods
Function
|
Purpose
|
display
|
Display financial time series object
|
end
|
Last date entry
|
exp
|
Exponential values
|
hist
|
Histogram
|
horzcat
|
Concatenate financial time series objects horizontally
|
iscompatible
|
Structural equality
|
isequal
|
Multiple object equality
|
length
|
Get number of dates (rows)
|
log
|
Natural logarithm
|
log10
|
Common logarithm
|
max
|
Maximum value
|
mean
|
Arithmetic average
|
min
|
Minimum value
|
minus
|
Financial time series subtraction
|
mrdivide
|
Financial time series matrix division
|
mtimes
|
Financial time series matrix multiplication
|
plus
|
Financial time series addition
|
power
|
Financial time series power
|
rdivide
|
Financial time series division
|
size
|
Get number of dates and data series
|
sortfts
|
Sort financial time series
|
std
|
Standard deviation
|
subsasgn
|
Content assignment
|
subsref
|
Subscripted reference
|
times
|
Financial time series multiplication
|
uminus
|
Unary minus of financial time series object
|
uplus
|
Unary plus of financial time series object
|
vertcat
|
Concatenate financial time series objects vertically
|