Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yukai-yang authored Dec 12, 2018
1 parent e3e4415 commit 9d49e97
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SMFilter
Title: Filtering Algorithms for the State Space Models on the Stiefel Manifold
Version: 1.0.2
Version: 1.0.3
Authors@R: person("Yukai", "Yang", email = "yukai.yang@statistik.uu.se",role = c("aut", "cre"))
Description: Provides the filtering algorithms for the state space models on the Stiefel manifold as well as the corresponding sampling algorithms for uniform, vector Langevin-Bingham and matrix Langevin-Bingham distributions on the Stiefel manifold.
Depends: R (>= 3.0.0)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ knitr::opts_chunk$set(
)
```

# New Featurs in SMFilter 1.0.3

* Change the reference to the publication.

# New Featurs in SMFilter 1.0.2

* Add the working paper reference.
* Some bugs fixed.

# New Featurs in SMFilter 1.0.1

Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
New Featurs in SMFilter 1.0.3
=============================

- Change the reference to the publication.

New Featurs in SMFilter 1.0.2
=============================

- Add the working paper reference.
- Some bugs fixed.

New Featurs in SMFilter 1.0.1
=============================
Expand Down
2 changes: 1 addition & 1 deletion R/SMFilter.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#' \email{yukai.yang@@statistik.uu.se}
#'
#' @section References:
#' Yang, Y. and Bauwens, L. (2018) "\href{http://econ.au.dk/fileadmin/site_files/filer_oekonomi/Working_Papers/CREATES/2018/rp18_30_2.pdf}{State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering}", CREATES Research Paper 2018-30.
#' Yang, Yukai and Bauwens, Luc. (2018) "\href{https://www.mdpi.com/2225-1146/6/4/48}{State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering}", Econometrics, 6(4), 48.
#'
#' @section Simulation:
#' \code{\link{SimModel1}} simulate from the type one state-space model on the Stiefel manifold.
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## utility functions
#################################################################################

vnum = "1.0.2"
vnum = "1.0.3"

# simple cat
cat0 <- function(...)
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ library(tidyverse)
library(SMFilter)
```

# SMFilter version 1.0.2 (Red Filter)
# SMFilter version 1.0.3 (Red Filter)

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/SMFilter?color=green)](https://cran.r-project.org/package=SMFilter)
![](http://cranlogs.r-pkg.org/badges/grand-total/SMFilter?color=green)
Expand All @@ -30,7 +30,7 @@ The package implements the filtering algorithms for the state-space models on th

and the corresponding paper

[Yang, Y.; Bauwens, L. State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering. *Econometrics* **2018**, 6, 48.](https://www.mdpi.com/2225-1146/6/4/48)
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](https://www.mdpi.com/2225-1146/6/4/48)

## How to install

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
SMFilter version 1.0.2 (Red Filter)
SMFilter version 1.0.3 (Red Filter)
===================================

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/SMFilter?color=green)](https://cran.r-project.org/package=SMFilter) ![](http://cranlogs.r-pkg.org/badges/grand-total/SMFilter?color=green) ![](http://cranlogs.r-pkg.org/badges/SMFilter?color=green) ![](http://cranlogs.r-pkg.org/badges/last-week/SMFilter?color=green)
Expand All @@ -10,7 +10,7 @@ The package implements the filtering algorithms for the state-space models on th

and the corresponding paper

[Yang, Y.; Bauwens, L. State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering. *Econometrics* **2018**, 6, 48.](https://www.mdpi.com/2225-1146/6/4/48)
[State-Space Models on the Stiefel Manifold with a New Approach to Nonlinear Filtering](https://www.mdpi.com/2225-1146/6/4/48)

How to install
--------------
Expand Down
2 changes: 1 addition & 1 deletion man/SMFilter.Rd

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

0 comments on commit 9d49e97

Please sign in to comment.