Financial Time Series Toolbox | ![]() ![]() |
Syntax
Arguments
Description
newfts = tsobj .^ array
raises all values in the data series of the financial time series object tsobj
element-by-element to the power indicated by the array value. The results are stored in another financial time series object newfts
. The newfts
object contains the same data series names as tsobj
.
newfts = array .^ tsobj
raises the array values element-by-element to the values contained in the data series of the financial time series object tsobj
. The results are stored in another financial time series object newfts
. The newfts
object contains the same data series names as tsobj
.
newfts = tsobj_1 .^ tsobj_2
raises the values in the object tsobj_1
element-by-element to the values in the object tsobj_2
. The data series names, the dates, and the number of data points in both series must be identical. newfts
contains the same data series names as the original time series objects.
See Also
![]() | posvolidx | prcroc | ![]() |