print.ExactVaRBacktestAll: Print method for ExactVaRBacktestAll

View source: R/wrappers.R

print.ExactVaRBacktestAllR Documentation

Print method for ExactVaRBacktestAll

Description

Print method for ExactVaRBacktestAll

Usage

## S3 method for class 'ExactVaRBacktestAll'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

An object of class 'ExactVaRBacktestAll'.

digits

Number of digits to print.

...

Further arguments passed to or from other methods (ignored).

Details

Prints a header with sample size n, model alpha and significance level, followed by per-test blocks for UC, IND, and CC: LR statistic, exact p-value, and the decision at the specified level.

Value

The input object x, returned invisibly (class ExactVaRBacktestAll).


ExactVaRTest documentation built on Aug. 23, 2025, 1:11 a.m.