pyspc.core.statistics.StatItem

class pyspc.core.statistics.StatItem(return_period, value, value_low, value_high)

Bases : tuple

Élement d’un ajustement statistique.

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

return_period

Alias for field number 0

value

Alias for field number 1

value_high

Alias for field number 3

value_low

Alias for field number 2

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

return_period

Alias for field number 0

value

Alias for field number 1

value_high

Alias for field number 3

value_low

Alias for field number 2