Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
SampleFraction Required Specifies one or more fractions to use in sampling the data. (Syntax options that do not use SampleFraction require ApproxSampleSize.)

If you specify only one fraction, then the function uses fraction for all strata defined by the sample conditions.

If you specify more than one fraction, then the function uses each fraction for sampling a particular stratum defined by the condition arguments.

For conditional sampling with variable sample sizes, specify one fraction for each condition that you specify with the Strata argument.
Seed Optional Specifies an integer to add to each task ID to create a real random seed for the task. The default value is 0.
ApproxSampleSize Optional Specifies one or more approximate sample sizes to use in sampling the data. (Syntax options that do not use ApproxSampleSize require SampleFraction.) Each sample size is approximate because the function maps the size to the sample fractions and then generates the sample data.

If you specify only one size, then it represents the total sample size for the entire population. If you also specify the Strata argument, then the function proportionally generates sample units for each stratum.

If you specify more than one size, then each size corresponds to a stratum, and the function uses each size to generate sample units for the corresponding stratum.

For conditional sampling with variable approximate sample sizes, specify one size for each condition that you specify with the Strata argument.
StratumColumn Optional Specifies the name of the column that contains the sample conditions. If the function has only one input table (the data table), then condition_column is in the data table. If the function has two input tables, data and summary, then condition_column is in the summary table.
Strata Optional Specifies the sample conditions that appear in the condition_column specified by StratumColumn. If Strata specifies a condition that does not appear in condition_column, then the function issues an error message.