Learn R Programming

plausibounds (version 1.0.1)

var_smooth: Variance Matrix for Smooth Estimates

Description

A variance matrix for the smooth estimates. This matrix captures the correlation structure of the estimates. The first 8 rows and 8 columns comprise the variance matrix for the 8 preperiods.

Usage

var_smooth

Arguments

Format

A 44 x 44 matrix

Examples

Run this code
data(estimates_smooth)
data(var_smooth)
result <- plausible_bounds(estimates_smooth[9:13], var_smooth[9:13, 9:13])
create_plot(result)

Run the code above in your browser using DataLab