<< expbd2exc Basic functions findcoef >>

Grocer >> Basic functions > extraptab

extraptab

extrapolation of statistical tables

CALLING SEQUENCE

[critical]=extraptab(tab,n)

PARAMETERS

Input

* tab = a (p x q) table where:

  . the first row is not used (it is supposed to be filled with the size levels)

  . each row has the form [n v1 ... vn] where n is a # of observations (filled from the lowest to the highest in col 1, starting from row 2, since row 1 is not used)

* n = a scalar (the # of observations for which critical are calculated by extrapolation)

 

Output

* critical = a (1 x q) vector of critical values for all sizes present in the table tab

DESCRIPTION

From a table (implicitly of stats...) filled for some values for the # of observations, calculates the corresponding values for n observations.

EXAMPLE

critical1=extraptab(tab1,T)
//(see schmiphi_tab)

AUTHOR

Eric Dubois 2002

Report an issue
<< expbd2exc Basic functions findcoef >>