dataset_gaussian_exp_2d {SBCK}R Documentation

dataset_gaussian_exp_2d

Description

Generate a testing dataset such that the biased dataset is a distribution of the the form Normal x Exp and the reference of the the form Exp x Normal.

Usage

dataset_gaussian_exp_2d(n_samples)

Arguments

n_samples

[integer] numbers of samples drawn

Value

[list] a list containing X0, X1 (biased in calibration/projection) and Y0 (reference in calibration)

Examples

XY = SBCK::dataset_gaussian_exp_2d(2000)
XY$X0 ## Biased in calibration period
XY$Y0 ## Reference in calibration period
XY$X1 ## Biased in projection period


[Package SBCK version 1.0.0 Index]