Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.