kaskr / adcomp

AD computation with Template Model Builder (TMB)
Other
176 stars 80 forks source link

density::AR1_t documentation #300

Open casperwberg opened 5 years ago

casperwberg commented 5 years ago

First example in documentation does not work (missing constructor). It works if this line: AR1_t<N01 > f1(phi1); is replaced with AR1_t<N01 > f1 = AR1(phi1);

Constructor should be made or example corrected.