Skip to main content Skip to complementary content

TTest1_conf - script and chart function

TTest1_conf() returns the aggregated confidence interval value for a series of values.

This function applies to one-sample student's t-tests.

If the function is used in the data load script, the values are iterated over a number of records as defined by a group by clause.

If the function is used in a chart expression, the values are iterated over the chart dimensions.

Syntax:  

TTest1_conf (value [, sig ])

Return data type: numeric

Arguments:  

Arguments
ArgumentDescription
valueThe samples to be evaluated. If a field name for the sample values is not provided in the load script, the field will automatically be named Value.
sigThe two-tailed level of significance can be specified in sig. If omitted, sig is set to 0.025, resulting in a 95% confidence interval.

Limitations:  

Text values, NULL values and missing values in the expression value will result in the function returning NULL.

Examples:  

TTest1_conf( Value )

TTest1_conf( Value, 0.005 )

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!