Learn R Programming

covsep (version 1.1.0)

C1: A covariance matrix

Description

Marginal covariance matrix C1 used for simulations in the paper http://arxiv.org/abs/1505.02023

Usage

C1

Arguments

Format

An object of class matrix with 32 rows and 32 columns.

Details

This is a 32x32 real-valued covariance matrix.

References

Aston, John A. D.; Pigoli, Davide; Tavakoli, Shahin. Tests for separability in nonparametric covariance operators of random surfaces. Ann. Statist. 45 (2017), no. 4, 1431--1461. doi:10.1214/16-AOS1495. https://projecteuclid.org/euclid.aos/1498636862

Examples

Run this code
# NOT RUN {
data(C1)
str(C1) 

# }

Run the code above in your browser using DataLab