Astsa

Latest version: v0.1

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.12.9

+ Added `scatter.hist` to draw a scatterplot with marginal histograms - never really liked other versions.

+ Minor updates to `tsplot`, `SigExtract` and `LagReg` to improve the displays.

+ Added scripts for the analysis of DNA sequences and other categorical time series: `specenv`, `dna2vector`, and the data set `EBV`. And `specenv` can also handle real-valued series.

- `dna2vector` is used to preprocess a categorical sequence.

- `EBV` is the entire Epstein-Barr sequence as a long single string. It's not useful on its own, but thru `dna2vector`, different regions can be explored via `specenv`.

+ We needed powers of matrices enough where we thought we'd include it in `astsa`. The script is called `matrixpwr` and includes `%^%` as a more intuitive operator. For example, `var(econ5)%^%-.5` to calculate an inverse square root matrix.


+ Added `test.linear`, a script to test the null hypothesis that the data are generated from a linear process with iid innovations.


+ Updated `Grid`, `tsplot`, `sarima.sim`, and `mvspec`.

- `Grid` and `tsplot` will produce grid lines at the minor ticks. These can be shut off individually on either axis.

- For `sarima.sim`, now allow seasonal period without having to specify
other seasonal parameters - doing so gives a message to make sure you're doing it on purpose, whereas it used to stop the execution. There's an example of the advantage of this in its man page.

- For `tsplot` and `mvspec`, by default now, there is one minor tick on the x-axis and none on the y-axis. Also, `mvspec` doesn't display the bandwidth
on the axis - it's still there in the CI if the plot is on log-scale and it's still part of the "spec" object.

- Also, updated `tsplot` so multiple series can have different plot symbols (`pch`), e.g., `tsplot(blood, type='o', col=2:4, pch=2:4, cex=2)`

+ Prettified `arma.spec`, `lag1.plot`, `lag2.plot`, `sarima`, and `sarima.for`, using the awesome power of `tsplot`, but no need to change existing code.

+ Updated `tsplot` to allow for spaghetti plots:<br/>
`x <- replicate(100, cumsum(rcauchy(1000))/1:1000)`<br/>
`tsplot(x, col=1:8, spaghetti=TRUE)`

+ The package now has its own color palette that is attached
when the package is attached. The palette is especially suited for plotting
time series. It is a bit darker than the new default R4 palette.
You can revert back using `palette("default")`.

- In addition, added `astsa.col` script to easily adjust opacity of the astsa color palette - examples on its man page.

+ Improvements to `acf1`, `acf2`, and `ccf2` employing the power of
`tsplot` to give some kickass displays. For example,
`acf2(soi, col=4, lwd=3, gg=TRUE)`.


+ `sarima.sim` output used to start at time `0` - now the start
time is up to the user (with default `t0=0`).

1.12

---
<s>Version 1.11</s> -- in the garbage

&nbsp;&nbsp; keep moving ... nothing to see here

---

Versions 1.10 - May 2020

1.10.6

+ added `sarima.sim` to simulate data from (possibly seasonal) ARIMA models ... as usual, it has simplified `astsa` syntax - the model is specified by the parameters, no lists are needed. The script uses `polyMul` (also added) to obtain the appropriate autoregessive and moving average polynomials from the specified model.

+ Changed any script that used colors as numbers to color names (due to change in R v4 palettes).

+ added PACF option to `acf1` so you can see the PACF alone

+ added `plot` option in `sarima.for`.

+ added `spec.ic` which is similar to `spec.ar` but has option to base the AR spectral estimate on BIC and to `detrend` before the fit.

+ fixed `tsplot` - the minor ticks weren't changing on multiple plots

1.10

Since Version 1.9, see the updates 1.9.1-4 below. The major change was to fix routines
that produced graphics but didn't work on Apple's OS. In addition, I made `tsplot` even more useful:


+ For `tsplot`, I added an argument (`byrow`) where you can plot row wise (`TRUE`) or
column wise (`FALSE`) for multiple plots.

+ Also, for `tsplot`, added an argument `gg` so if it's true the plot will have a g-gray interior ... e.g., `tsplot(climhyd, ncolm=2, gg=TRUE, col=rainbow(6,v=.8), lwd=2)`


------------------------------

Versions 1.9 - May 2019

1.9.4

+ Added the polio data (`polio`) set from the gamlss.data package. It is used in Chapter 6 problems. I added it because gamlss.data has data sets with names that are the same as those in astsa. I hate to see package fights.

1.9.3

+ Updated correlation scripts:

- for `acf1` and `acf2`, `plot=TRUE` prints rounded values, but if `plot=FALSE` the returned values are not rounded by the scirpt.

- and `ccf2`, the values are now returned invisibly.

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.