21.01.2013 Views

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

TTestw_conf (weight, group, value [, sig = 0.025 [, eq_var =<br />

true]])<br />

returns the aggregated t value for two independent series of values iterated over a number of records as<br />

defined by a group by clause. The two-tailed level of significance can be specified in sig. If omitted sig will<br />

be set to 0.025, resulting in a 95% confidence interval. See the TTestw_t (weight, group, value [, eq_var =<br />

true]) (page 297) function for descriptions of the other arguments.<br />

Example:<br />

Load Year, ttestw_conf(Weight, Group, Value) as X from abc.csv group<br />

by Year;<br />

TTestw_lower (weight, group, value [, sig = 0.025 [, eq_var =<br />

true]])<br />

returns the aggregated value for the lower end of the confidence interval for two independent series of values<br />

iterated over a number of records as defined by a group by clause. See the TTestw_t (weight, group, value [,<br />

eq_var = true]) (page 297) and TTest1w_conf ( weight, value [, sig = 0.025 ]) (page 300) functions for argument<br />

descriptions.<br />

Example:<br />

Load Year, ttestw_lower(Weight, Group, Value) as X from abc.csv group<br />

by Year;<br />

TTestw_upper (weight, group, value [, sig = 0.025 [, eq_var =<br />

true]])<br />

returns the aggregated value for the upper end of the confidence interval for two independent series of values<br />

iterated over a number of records as defined by a group by clause. See the TTestw_t (weight, group, value [,<br />

eq_var = true]) (page 297) and TTest1w_conf ( weight, value [, sig = 0.025 ]) (page 300) functions for argument<br />

descriptions.<br />

Example:<br />

Load Year, ttestw_upper(Weight, Group, Value) as X from abc.csv group<br />

by Year;<br />

The following eight functions apply to one-sample student's t-tests.<br />

TTest1_t (value)<br />

returns the aggregated t value for a series of values iterated over a number of records as defined by a group<br />

by clause. The values should be returned by value. Text values, null values and missing values in value will<br />

result in the function returning null.<br />

Example:<br />

Load Year, ttest1_t(Value) as X from abc.csv group by Year;<br />

TTest1_df (value)<br />

returns the aggregated student's t-test df value (degrees of freedom) for a series of values iterated over a<br />

number of records as defined by a group by clause. See the TTest1_t (value) (page 298) function for argument<br />

descriptions.<br />

Example:<br />

Load Year, ttest1_df(Value) as X from abc.csv group by Year;<br />

TTest1_sig (value)<br />

298

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!