updateVarCA: Updatte angular coefficients files.

View source: R/functions.R

updateVarCAR Documentation

Updatte angular coefficients files.

Usage

updateVarCA(obj)

Arguments

obj

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (obj) 
{
    tickets <- paste(getTickets(), ".SA", sep = "")
    for (ticket in tickets) {
        updateVarCATicket(obj[[ticket]], ticket)
    }
  }

danielfhenrique789/profitmaximization documentation built on April 5, 2025, 4:05 p.m.