DATASET_BOOTSTRAP_SAMPLING =============================== .. _datasetbootstarpsmapling: Dataset bootstrap sampling worker is available in Workflows. .. thumbnail:: /_images/Images/datasetbootstrapsampling.png :title: Dataset bootstrap sampling | | Inputs in *DATASET_BOOTSTRAP_SAMPLING worker ============================================== In Basic tab, we have Dataset input to add dataset and columns for which the bootstrap sampling is preformed .. thumbnail:: /_images/Images/inputsdatasetbootstrap.png :title: DATASET_BOOTSTRAP_SAMPLING worker inputs | | In advanced tab , ​We have number of samples – This this examples it is 1000​ 1. Confidence interval​ 2. Stat type​ 3. Track raw samples ​ 4. Return type .. thumbnail:: /_images/Images/inputsdatasetbootstrapinputsadvanced.png :title: DATASET_BOOTSTRAP_SAMPLING worker inputs | | Return type with example ============================== 1. Return type – Single bootstrap sample a. This return type returns 25 rows dataset.​ b. It will return the same number of input rows in the output .. thumbnail:: /_images/Images/singlebootstrapsampled.png :title: Single bootstrap sample​ | | 2. Return type – Raw bootstrap sample​ a. This will return 25 *(number of bootstrap samples provided in the input) number of rows dataset for selected columns.​ b. In this case it will return 25000 rows .. thumbnail:: /_images/Images/rawbootstrapsampled.png :title: Raw bootstrap sample​ | | when histogram is plotted for return type Raw bootstrap sample​ .. thumbnail:: /_images/Images/rawbootstrapsampledhistogram.png :title: Raw bootstrap sample​ | | 3. Return type – Sample statistics​ a. This will return (number of bootstrap samples provided in the input) number of rows dataset​ b. In this case it will return 1000 rows as number of samples are 1000 .. thumbnail:: /_images/Images/samplestatistics.png :title: Sample statistics​ | | When histogram is plotted for return type Sample statistics​ .. thumbnail:: /_images/Images/samplestatisticshistogram.png :title: Sample statistics​ | | 4. Return type – confidence interval summary​ a. This will return 2 row dataset with summary statistics .. thumbnail:: /_images/Images/confidenceintervalsummary.png :title: Confidence interval summary​ | |