powered by
Generate a testing dataset such that the biased dataset is a normal distribution and reference a mixture a normal with a form in "L"
dataset_gaussian_L_2d(n_samples)
[list] a list containing X0, X1 (biased in calibration/projection) and Y0 (reference in calibration)
[integer] numbers of samples drawn
XY = SBCK::dataset_gaussian_L_2d(2000) XY$X0 ## Biased in calibration period XY$Y0 ## Reference in calibration period XY$X1 ## Biased in projection period
Run the code above in your browser using DataLab