NFCP (version 1.0.1)

TSFit.Volatility: Volatility Term Structure of futures returns

Description

`r lifecycle::badge("deprecated")`

This function was deprecated due to a change in the name of the function to adhere to the tidyverse style guide.

Usage

TSFit.Volatility(parameters, Futures, TTM, dt)

Arguments

Examples

Run this code
# NOT RUN {
V_TSFit <- TSFit.Volatility(
 parameters = SS.Oil$Two.Factor,
 Futures = SS.Oil$Stitched.Futures,
 TTM = SS.Oil$Stitched.TTM,
 dt = SS.Oil$dt)

## ->

V_TSFit <- TSfit_volatility(
 parameters = SS_oil$two_factor,
 futures = SS_oil$stitched_futures,
 futures_TTM = SS_oil$stitched_TTM,
 dt = SS_oil$dt)

# }

Run the code above in your browser using DataLab