toweekly
Convert to weekly
toweekly
is not recommended. Use convert2weekly
instead.
Syntax
newfts = toweekly(oldfts) newfts = toweekly(oldfts,'ParameterName',ParameterValue, ...)
Arguments
| Financial time series object. |
Description
newfts = toweekly(oldfts)
converts a financial time series of any
frequency to a weekly frequency. The default weekly days are Fridays or the last
business day of the week. toweekly
uses holidays.m
to determine valid trading days.
Note
If oldfts
contains time-of-day information,
newfts
displays the time-of-day as 00:00
for those days that did not previously exist in oldfts
.
Empty ([ ]
) passed as inputs for parameter pair values for
toweekly
triggers the use of the defaults.
newfts = toweekly(oldfts,'ParameterName',ParameterValue, ...)
accepts parameter name/parameter value pairs as input, as specified in the following
table.
Parameter Name | Parameter Value | Description |
---|---|---|
|
| Returns the cumulative sum of the values within each week.
Data for missing dates are given the value
|
| Returns the exact value at the end-of-week dates. No data manipulation occurs. | |
| (Default) Returns the values located at the end-of-week
dates. If there is missing data, | |
| Returns an averaged weekly value that only takes into
account dates with data (non- | |
| This mode is compatible with previous versions of this
function (Version 2.1.x and earlier). It returns an averaged
end-of-weekly value using a previous
| |
Note If you set | ||
|
| Generates a financial time series that ranges from (or
between) the first date to the last date in
|
| (Default) Generates a financial time series that ranges
from the first date to the last date in
NYSE market closures, holidays,
and weekends are observed if | |
|
| (Default) Returns all weekly dates between the start and
end dates of Note The default is to create a time series with every date
at the specified periodicity, which is with
|
| Returns only end-of-week dates that exist in
| |
| [ | Denotes the minimum number of days that constitute an odd week at the endpoints of the time series (before the first whole period and after the last whole period).
A single value input for
|
The following diagram is a general depiction of the factors involved in the determination of endpoints for this function. | ||
|
| Specifies the end-of-week day:
|
|
| Returns only the observation that occurs at the first (earliest) time for a specific date. |
| (Default) Returns only the observation that occurs at the last (latest) time for a specific date. | |
| Vector of dates specifying an alternate set of market closure dates. | |
| Excludes all holidays. | |
| Vector of length 7 containing 0's and 1's. The value
|