| Contents | Index |
output = smoothts(input) output = smoothts(input, 'b', wsize) output = smoothts(input, 'g', wsize, stdev) output = smoothts(input, 'e', n)
input | Financial time series object or a row-oriented matrix. In a row-oriented matrix, each row represents an individual set of observations. |
Smoothing method (essentially the type of filter used). Can be Exponential (e), Gaussian (g), or Box (b). Default = b. | |
wsize | Window size (scalar). Default = 5. |
stdev | Scalar that represents the standard deviation of the Gaussian window. Default = 0.65. |
n | For Exponential method, specifies window size or exponential factor, depending upon value.
If n is not supplied, the defaults are wsize = 5 and alpha = 0.3333. |
smoothts smooths the input data using the specified method.
output = smoothts(input) smooths the input data using the default Box method with window size, wsize, of 5.
output = smoothts(input, 'b', wsize) smooths the input data using the Box (simple, linear) method. wsize specifies the width of the box to be used.
output = smoothts(input, 'g', wsize, stdev) smooths the input data using the Gaussian window method.
output = smoothts(input, 'e', n) smooths the input data using the Exponential method. n can represent the window size (period length) or alpha. If n > 1, n represents the window size. If 0 < n < 1, n represents alpha, where
![]()
If input is a financial time series object, output is a financial time series object identical to input except for contents. If input is a row-oriented matrix, output is a row-oriented matrix of the same length.
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |