Eli Holmes - NOAA

Results 48 issues of Eli Holmes - NOAA

``` #This fits test = MARSS(cumsum(rnorm(100)), model=list(Z=matrix(0), A="zero", x0="zero")) #This doesn't test = MARSS(cumsum(rnorm(100)), model=list(Z=matrix(0), A="zero", x0="zero", R="zero")) ```

Meh

# Example ``` library(MARSS) # load the data data(SalmonSurvCUI, package="MARSS") # get time indices years

Website to do before first class ## For Eric and Mark * Review dates of lectures. I made some suggested changes. https://docs.google.com/document/d/1VnIi-7Wc5NEt6UrW5JIEjWyk9Eh3Gv6G9d-ZHhy06QE/edit#bookmark=id.g09f9ki99tzv - [x] Mark - [x] Eric * Review...

Add TMB info from here * https://github.com/eco4cast/Statistical-Methods-Seminar-Series/tree/main/auger-methe-ssm-in-tmb * combine in our existing stan and jags material

Add refs on evaluating and dealing with estimation problems * https://www.nature.com/articles/srep26677 * https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1890/14-2003.1

- [ ] Create RStudio Cloud badge so users can try without installing anything - [ ] Add some color examples with html colors, e.g. for colorbox; show how to...

tasks

* save titlepage and coverpage to tex files so user has those. * allow coverpage to be like titlepage * allow user to use .yml for spec that way can...

tasks

To solicit more cover designs - [ ] write instructions for how to contribute - [ ] create RStudio Cloud project that they can use to test their design -...

- [ ] See bg-image issue re reading in the margins from YAML - [ ] Add the interior title page that has the author affiliations - [ ] Change...

This approach should work but says can't find font. https://tr.overleaf.com/learn/latex/Multilingual_typesetting_on_Overleaf_using_polyglossia_and_fontspec ``` \usepackage{polyglossia} \setdefaultlanguage{english} \setotherlanguages{hindi} \usepackage{fontspec} \newfontfamily\devanagarifont[Script=Devanagari]{Lohit Devanagari} ```