File: NAMESPACE

package info (click to toggle)
r-cran-cvar 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated by roxygen2: do not edit by hand

S3method(ES,default)
S3method(ES,matrix)
S3method(ES,numeric)
S3method(VaR,default)
S3method(VaR,matrix)
S3method(VaR,numeric)
S3method(predict,garch1c1)
export(ES)
export(GarchModel)
export(VaR)
export(VaR_cdf)
export(VaR_qf)
export(sim_garch1c1)
importFrom(Rdpack,reprompt)
importFrom(gbutils,cdf2quantile)
importFrom(stats,quantile)
importFrom(stats,runif)