pypetb.tables

Module Contents

Classes

Stat_Tables

Statistic tables paremeter

class pypetb.tables.Stat_Tables

Statistic tables paremeter

get_A(n)

Return the A constant

Args:

nint

Number of items

Returns:

Float : A constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_A2(n, bol_Pass=False)

Return the A2 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for A2_25 when n>25

Returns:

Float : A2 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned

get_c4(n)

Return the c4 constant

Args:

nint

Number of items

Returns:

Float : c4 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_A3(n)

Return the A3 constant

Args:

nint

Number of items

Returns:

Float : A3 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_B3(n)

Return the B3 constant

Args:

nint

Number of items

Returns:

Float : B3 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_B4(n)

Return the B4 constant

Args:

nint

Number of items

Returns:

Float : B4 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_B5(n)

Return the B5 constant

Args:

nint

Number of items

Returns:

Float : B5 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_B6(n)

Return the B6 constant

Args:

nint

Number of items

Returns:

Float : B6 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_d2(n)

Return the d2 constant

Args:

nint

Number of items

Returns:

Float : d2 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

get_d3(n, bol_Pass=False)

Return the d3 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for d3_25 when n>25

Returns:

Float : d3 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned

get_D1(n, bol_Pass=False)

Return the D1 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for D1_25 when n>25

Returns:

Float : D1 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned

get_D2(n, bol_Pass=False)

Return the D2 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for D2_25 when n>25

Returns:

Float : D2 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned

get_D3(n, bol_Pass=False)

Return the D3 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for D3_25 when n>25

Returns:

Float : D3 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned

get_D4(n, bol_Pass=False)

Return the D4 constant

Args:

nint

Number of items

bol_Pass: Boolean

False to raise error for n>25, True for D4_25 when n>25

Returns:

Float : D4 constant for the given number of items

Raises:

TypeError

A_01

n must be an integer

A_02

Number of items must be >=2

A_03

Number of items is higher than 25. Set bol_Pass=True to avoid this error and alue for n=25 wil be returned