R/uni_vola.R

Defines functions uni.vola

Documented in uni.vola

# returning univariate volatility

# for "R_uni_vola.c"
   uni.vola <- function(a,u){
      usq <- u^2
#      .Call("uni_vola", a, usq, PACKAGE="ccgarch")
      .Call("uni_vola", a, usq)

   }

Try the ccgarch package in your browser

Any scripts or data that you put into this service are public.

ccgarch documentation built on May 29, 2017, 12:58 p.m.