R/data.R

#' Univariate sample
#'
#' A univariate sample of 100 realisations of a gaussian law with mean 0 and standard deviation 1
#'
#' @format A vector with 100 rows
#' @usage data("gauss_1D_sample")
#' 
#' 
#' 
#' 
"gauss_1D_sample"


#' Multivariate sample
#'
#' A 2D sample of 100 realisations of a gaussian law with mean (0, 0) and covariance matrix
#' | 1    0.9 |
#' | 0.9  1   |
#'
#' @format A matrix with 100 rows and 2 columns
#' @usage data("gauss_mD_sample")
#' 
#' 
#' 
"gauss_mD_sample"

Try the PCObw package in your browser

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

PCObw documentation built on March 31, 2023, 8:56 p.m.