statsmodels.tsa.ardl.BoundsTestResult

class statsmodels.tsa.ardl.BoundsTestResult(stat, crit_vals, p_values, null, alternative)[source]

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Properties

alternative

Alias for field number 4

crit_vals

Alias for field number 1

null

Alias for field number 3

p_values

Alias for field number 2

stat

Alias for field number 0


Last update: Apr 19, 2024