Skip to content

Commit

Permalink
prep rls
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoranHu committed Oct 10, 2020
1 parent 82de5ce commit a4e09be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This README would normally document whatever steps are necessary to get this app

### What is this R package for? ###

* Statistical modeling of animal movements in R. Three statistcal models are provided by this package. They are moving-resting model with embedded Brownian motion^[1,2], moving-resting-handling model with embedded Brownian motion^[3] and Brownian motion with measurement error^[4]. A quick guide for this package is given as package vignette.
* Statistical modeling of animal movements in R. Statistcal models in reference are provided by this package. They are moving-resting model with embedded Brownian motion^[1,2], moving-resting-handling model with embedded Brownian motion^[3], Brownian motion with measurement error^[4], moving-resting model with measurement error^[5]. A quick guide for this package is given as package vignette.

* Version: 0.5.4

Expand Down Expand Up @@ -46,6 +46,8 @@ Chaoran Hu, <[email protected]>

[2] Pozdnyakov, V., Elbroch, L., Labarga, A., Meyer, T., and Yan, J. (2017) Discretely observed Brownian motion governed by telegraph process: estimation. Methodology and Computing in Applied Probability, 21: 907--920. doi:10.1007/s11009-017-9547-6.

[3] Pozdnyakov, V., Elbroch, L.M., Hu, C. et al. On Estimation for Brownian Motion Governed by Telegraph Process with Multiple Off States. Methodol Comput Appl Probab (2020). https://doi.org/10.1007/s11009-020-09774-1
[3] Pozdnyakov, V., Elbroch, L.M., Hu, C. et al. On Estimation for Brownian Motion Governed by Telegraph Process with Multiple Off States. Methodol Comput Appl Probab, 22, 1275–1291 (2020). https://doi.org/10.1007/s11009-020-09774-1

[4] Pozdnyakov, V. , Meyer, T. , Wang, Y. and Yan, J. (2014), On modeling animal movements using Brownian motion with measurement error. Ecology, 95: 247-253. doi:10.1890/13-0532.1

[5] Hu, Chaoran, Vladimir Pozdnyakov, and Jun Yan. "Moving-Resting Process with Measurement Error in Animal Movement Modeling." arXiv preprint arXiv:2004.00160 (2020).
19 changes: 18 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,24 @@ citEntry(entry = "Article",
as.person("Jun Yan")),
journal = "Methodology and Computing in Applied Probability",
year = "2020",
volume = "22",
pages = "1275--1291",
url = "https://doi.org/10.1007/s11009-020-09774-1",
textVersion =
paste("Pozdnyakov, V., Elbroch, L.M., Hu, C. et al. On Estimation for Brownian Motion Governed by Telegraph Process with Multiple Off States. Methodol Comput Appl Probab (2020). https://doi.org/10.1007/s11009-020-09774-1")
paste("Pozdnyakov, V., Elbroch, L.M., Hu, C. et al. On Estimation for Brownian Motion Governed by Telegraph Process with Multiple Off States. Methodol Comput Appl Probab 22, 1275–1291 (2020). https://doi.org/10.1007/s11009-020-09774-1")
)

citEntry(entry = "misc",
title = "Moving-Resting Process with Measurement Error in Animal Movement Modeling",
author = personList(as.person("Chaoran Hu"),
as.person("L. Mark Elbroch"),
as.person("Thomas Meyer"),
as.person("Vladimir Pozdnyakov"),
as.person("Jun Yan")),
year="2020",
eprint="2004.00160",
archivePrefix="arXiv",
primaryClass="stat.ME",
textVersion =
paste("Hu, C., Elbroch, L.M., Meyer, T., Pozdnyakov, V., and Yan, J. (2020) Moving-Resting Process with Measurement Error in Animal Movement Modeling. arXiv preprint. arXiv:2004.00160")
)

0 comments on commit a4e09be

Please sign in to comment.