Published July 22, 2021
| Version v5.0
Software
Open
bashtage/arch: Release 5.0
Authors/Creators
- 1. DB Schenker
- 2. @volatility
- 3. Bonjournal
- 4. @CoinCapture
- 5. Max Planck Institute for Innovation and Competition
- 6. @github
Description
Release 5.0 contains new features and backward-incompatible changes.
Unit Root- All unit root tests are now immutable, and so properties such as
trendcannot be set after the test is created.
- Added
seedkeyword argument to all bootstraps (e.g.,IIDBootstrapandStationaryBootstrap) that allows a NumPynumpy.random.Generatorto be used. Theseedkeyword argument also accepts legacynumpy.random.RandomStateinstances and integers. If an integer is passed, the random number generator is constructed by callingnumpy.random.default_rngTheseedkeyword argument replaces therandom_statekeyword argument. - The
IIDBootstrap.random_stateproperty has also been deprecated in favor ofIIDBootstrap.generator. - The
IIDBootstrap.get_stateandIIDBootstrap.set_statemethods have been replaced by theIIDBootstrap.stateproperty.
- Added
seedkeyword argument to all distributions (e.g.,NormalandStudentsT) that allows a NumPynumpy.random.Generatorto be used. Theseedkeyword argument also accepts legacynumpy.random.RandomStateinstances and integers. If an integer is passed, the random number generator is constructed by callingnumpy.random.default_rngTheseedkeyword argument replaces therandom_statekeyword argument. - The
Normal.random_stateproperty has also been deprecated in favor ofNormal.generator. - Added
ARCHInMeanmean process supporting (G)ARCH-in-mean models. - Extended
VolatilityProcesswithVolatilityProcess.volatility_updaterthat contains aVolatilityUpdaterto allowARCHInMeanto be created from different volatility processes.
Files
bashtage/arch-v5.0.zip
Files
(2.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:dcb8370c15fc1517de5d372af4f61712
|
2.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bashtage/arch/tree/v5.0 (URL)