Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AQLT committed Oct 14, 2024
1 parent 55ebab2 commit eacbcce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## Added

* New function `polynomial_matrix()` to create a matrix of polynomial terms.

* New function `mmsre_filter()` to compute the general Proietti and Luati (2008) filter with extension for non symmetric filters and with Timeliness criterion.

### Changed

* `filter()` correction when the length of the series equals the length of the filter.

## [2.1.1] - 2024-12-07

### Changed

* `cross_validation()` function renamed to `cve()`, `cross_validation()` is now deprecated.
Expand Down
16 changes: 8 additions & 8 deletions man/mmsre_filter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eacbcce

Please sign in to comment.