colorednoise 1.1.2
- Debugged some issues with sparse matrices in
matrix_model.
colorednoise 1.1.1
- Patched the issue with @docType packageinroxygen2.
colorednoise 1.1.0
- New function exported: stdev_transform, which adapts
standard deviations to different probability distributions.
- colorednoise now runs on data.tableinstead ofdplyr,tibble, andtidyrfor
faster simulations.
colorednoise 1.0.5
- Updated to be compatible with tidyrv1.0.0
colorednoise 1.0.4
- Updated to be compatible with tibblev2.0.0
colorednoise 1.0.3
- matrix_modelnow has more options for dealing with
survival values erroneously set to >1.
colorednoise 1.0.2
- The Makevars have been tweaked so the package runs on more operating
systems and compilers.
- colorednoiseno longer depends on the deprecated
package- purrrlyr.
colorednoise 1.0.0
- colorednoisecan now execute matrix population models
with the- matrix_modelfunction, along with its helper
functions- colored_multi_rnorm,- multi_rnorm,
and- cor2cov.
- Renamed raw_noisetocolored_noiseandtimeseriestounstructured_pop.
- The package now has a more extensive testing suite.
colorednoise 0.0.2
- Recoded the raw_noiseandtimeseriesfunctions in Rcpp.
- Changed timeseriesto take separate autocorrelation
values for survival and fertility.
- The output variance of survival probabilities in
timeseriesnow reliably matches the input variance.