| Label | Explanation | Data Type |
Input Rows
| The data to which the selection will be applied. | Feature Layer; Table View |
Sample Method
| Specifies the sampling method that will be used.
| String |
Number of Records
(Optional) | The number of records that will be selected. This parameter is active when the Sample Method parameter value is Fixed Number. | Long |
Percentage of Records
(Optional) | The percentage of records in the input that will be selected. This parameter is active when the Sample Method parameter value is Percentage. | Long |
Confidence Level
(Optional) | The level of confidence is the likelihood that a sample size is statistically significant, entered as a percentage such as 98 or 95. This parameter will be used to calculate the z-statistic (z). The z-statistic can be calculated using the scipy.stats module z=scipy.stats.norm.ppf(1-(1-confidence_level)/2). This parameter is active when the Sample Method parameter value is Auto Calculate. | Long |
Margin of Error
(Optional) | The acceptable margin of error in the confidence level, entered as a percentage such as 8 or 5. This parameter uses the calculated z-statistic (z) to calculate the actual sample size (n') using the following equations: n=((z/m)^2)*(p*(1-p)) to n'=(n*N)/(n+(N-1)). This parameter is active when the Sample Method parameter value is Auto Calculate. | Long |
Output File
(Optional) | The output .json file that will contain a record of the selected data. | File |
Derived Output
| Label | Explanation | Data Type |
| Updated Rows | The updated input with the selections applied. | Feature Layer; Table View |