append
Syntax
Description
vbt = append(
adds portfolio and VaR data to a vbt
,newPortfolioData
,newVarData
)varbacktest
object, where vbt
is
the output VaR backtest object, newPortfolioData
is the new portfolio
data, and newVarData
is the new VaR data.
vbt = append(
adds the new dates contained in vbt
,newPortfolioData
,newVarData
,Time=newDates
)newDates
to a VaR backtest object,
vbt
.
Examples
Input Arguments
Version History
Introduced in R2023b