https://github.com/stan-dev/stan

sort by:
Revision Author Date Message Commit Date
127339e added bfgs_update tests 02 July 2014, 16:52:23 UTC
2e7f33a added bfgs_linesearch tests 02 July 2014, 16:47:43 UTC
bf1e3ad Merge branch 'develop' of https://github.com/stan-dev/stan into develop 02 July 2014, 15:32:17 UTC
7841f35 hopefully final patch for issue #723 with model test and moving scope of reset on symbol table to the parser from the compiler 02 July 2014, 15:19:23 UTC
c57e9fa Merge branch 'develop' of https://github.com/stan-dev/stan into bugfix/issue-723-functions-in-23 02 July 2014, 14:32:36 UTC
1cb8d12 Merge pull request #730 from gokceneraslan/patch-1 looks good to me; Typo fix: delcare->declare 02 July 2014, 11:32:34 UTC
23a9b8a Merge pull request #721 from jrnold/doc-typo-boolean-operator fix formatting of some inline code; looks good to me 02 July 2014, 11:31:31 UTC
9dde314 Typo fix: delcare->declare 02 July 2014, 08:59:55 UTC
5d748a7 removing 'bool include_main' argument from generate_cpp 02 July 2014, 03:38:31 UTC
d3b9c34 removing ability to generate main from the generator 02 July 2014, 03:36:21 UTC
971bce6 adding test for generate_cpp() so it can be refactored safely 02 July 2014, 03:31:08 UTC
78b66a8 Merge pull request #720 from jrnold/doc-typo-in-stan-bnf missing quotation mark in Stan BNF 01 July 2014, 19:40:51 UTC
6365168 removing bin/stanc and bin/print from Stan 01 July 2014, 17:47:24 UTC
0cb196e Merge pull request #713 from stan-dev/feature/minor-fix-for-pow-infix Minor fix to operator ^ 01 July 2014, 16:56:00 UTC
5a10d58 Use const_iterator to resolve Visual Studio 2008 compile error Patch from @patricksnape. 01 July 2014, 13:34:45 UTC
9ac8702 fixes all three points of issue #723 01 July 2014, 11:43:06 UTC
34f6f95 adding function signatures test for multi_normal 01 July 2014, 03:16:18 UTC
9626096 Added missing '.' 01 July 2014, 02:43:42 UTC
8f559e3 removed rest of std::cout from tests 30 June 2014, 20:47:25 UTC
c813ac5 removed rest of std::cout from tests 30 June 2014, 20:44:15 UTC
3114347 updated ch24 ARM models 30 June 2014, 18:42:56 UTC
34b60f9 Merge branch 'develop' into feature/ARM 30 June 2014, 18:20:09 UTC
ab0726e updated rest of Ch17 ARM models with R files 30 June 2014, 18:19:55 UTC
9e93747 updated 17.1-17.3 models with R file 30 June 2014, 17:55:38 UTC
781d424 fixed file names so they work with wiki links 30 June 2014, 16:04:14 UTC
0a46240 remove template<> specification on int-only functions 30 June 2014, 15:11:51 UTC
20f0788 added reset for function signatures in the stan compiler 30 June 2014, 15:04:29 UTC
f0b6712 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 30 June 2014, 14:37:42 UTC
5627d4e added rest of ch17 prelim models 30 June 2014, 14:30:42 UTC
5169c2e Merge branch 'develop' into feature/issue-675-check-autodiff 30 June 2014, 13:43:00 UTC
0219e5d removed stan::agrad in Phi_approx 30 June 2014, 13:42:51 UTC
4525287 Merge pull request #686 from stan-dev/feature/issue-527-normal-rounding Fixes #527. Feature/issue 527 normal rounding 30 June 2014, 11:13:44 UTC
7de20f2 Merge pull request #660 from alyst/elt_ops_extend Support scalars in elementwise products 30 June 2014, 04:25:19 UTC
3b3a700 multi_studen_t: correct return when we have zero length input (consistent with multi_normal and friends) 29 June 2014, 17:44:44 UTC
137ec70 Fix some mistakes I made while resolving merge conflicts 29 June 2014, 17:41:01 UTC
fb4e1e2 removed easy std::cout calls from tests 29 June 2014, 15:02:43 UTC
7887214 typo in the equation of effective sample size 29 June 2014, 03:03:07 UTC
f28e6d9 fix formatting of some inline code 29 June 2014, 02:30:26 UTC
34d884a missing quotation mark in Stan BNF 29 June 2014, 01:42:44 UTC
14f9992 fix formatting of reserved names 28 June 2014, 23:04:07 UTC
251222f Variable names do not conflict with functions block identifier 28 June 2014, 23:00:39 UTC
564b2cd removed references to choleksy_(cor|cov) types Although referenced in the RELEASE and doc, these types were not in 2.3.0, which still uses choleksy_factor_cov 28 June 2014, 22:47:59 UTC
04c9e4d added 17.3-17.6 preliminary models 28 June 2014, 21:29:18 UTC
50caa6b add 17.2 models and changed naming of 17.1 models 28 June 2014, 17:07:29 UTC
c358750 added preliminary 17.1 stan model code 28 June 2014, 16:41:22 UTC
62eb150 Create radon_wishart.stan 28 June 2014, 16:40:55 UTC
6713ec3 finished merge with current develop 28 June 2014, 15:03:00 UTC
c4bdf0e Merge branch 'feature/issue-413-cholesky-corr-type' of https://github.com/stan-dev/stan into feature/issue-413-cholesky-corr-type 26 June 2014, 22:55:34 UTC
0df39d5 got rid of commented-out lines in exponentiation_expr 26 June 2014, 21:54:53 UTC
460cfae Merge branch 'develop' of https://github.com/stan-dev/stan into develop 26 June 2014, 21:51:57 UTC
061220e Minor fix to operator ^ 26 June 2014, 20:32:31 UTC
d440518 fixed item response model typo 26 June 2014, 19:07:13 UTC
5019c2d Merge branch 'develop' into feature/fix-issue-589-vectorize-multi_normal Conflicts: src/stan/meta/traits.hpp src/stan/prob/distributions/multivariate/continuous/multi_normal.hpp src/stan/prob/distributions/multivariate/continuous/multi_normal_cholesky.hpp src/stan/prob/distributions/multivariate/continuous/multi_normal_prec.hpp src/stan/prob/distributions/multivariate/continuous/multi_student_t.hpp 26 June 2014, 01:10:25 UTC
3d916d8 renamed stan files 25 June 2014, 18:35:30 UTC
dbd2638 added bugs_example/vol1/litter files 25 June 2014, 18:18:50 UTC
eb3b7a4 Merge branch 'feature/issue-491-add-litters' of https://github.com/stan-dev/stan into feature/issue-491-add-litters 25 June 2014, 18:18:13 UTC
3a622bb Create litter.stan 25 June 2014, 18:16:35 UTC
d9028a4 Merge branch 'develop' into feature/issue-675-check-autodiff 25 June 2014, 17:22:47 UTC
fb15647 removed prob and math lib dependencies on autodiff 25 June 2014, 17:22:40 UTC
a51eafd Merge branch 'develop' into feature/issue-527-normal-rounding 25 June 2014, 17:04:10 UTC
0e35ee6 moved *SQRT2 om LHS to *INV_SQRT_2 on RHS 25 June 2014, 17:04:05 UTC
9e3dec7 Merge branch 'develop' into feature/ARM 25 June 2014, 16:54:17 UTC
de87714 fixed rest of ARM models 25 June 2014, 16:22:58 UTC
be2dd9a fixed Ch16-20 ARM models 25 June 2014, 16:01:36 UTC
92c6764 fixed Ch9-15 ARM models 25 June 2014, 14:46:04 UTC
a3c8a08 fixed Ch.8 ARM models 24 June 2014, 20:06:11 UTC
cf70d8c Merge pull request #704 from stan-dev/feature/vm_rng Fixes #647. Feature/vm rng 24 June 2014, 18:59:12 UTC
df43c23 fixed ch7 ARM models 24 June 2014, 18:33:36 UTC
ffdc8f7 Merge pull request #694 from stan-dev/bugfix/issue-688-ordered-logistic-rng fixes #688. Bugfix/issue 688 ordered logistic rng 24 June 2014, 18:33:02 UTC
0e67234 fixed ch6 ARM models 24 June 2014, 18:13:08 UTC
a1a0509 fixed ch5 ARM models 24 June 2014, 17:59:30 UTC
c266cb9 fixed ch3 and ch4 ARM models 24 June 2014, 17:30:12 UTC
49b566c Merge pull request #663 from stan-dev/feature/issue-644-inv_wishart_rng Fixes #644. Feature/issue 644 inv wishart rng 24 June 2014, 17:08:28 UTC
3fe43c4 Merge branch 'develop' into feature/ARM 24 June 2014, 13:44:37 UTC
d3e0f2b adding placeholder tests for do_bfgs_optimize.hpp 24 June 2014, 03:17:18 UTC
56a1727 adding placeholder tests for each untested method in lbfgs_update.hpp 24 June 2014, 03:12:52 UTC
02b2865 adding placeholder tests for each untested method in bfgs_update.hpp 24 June 2014, 03:09:50 UTC
9b7e296 adding placeholder tests for each untested method in bfgs_linesearch.hpp 24 June 2014, 03:08:14 UTC
d07ceee adding placeholder tests for each untested method in bfgs.hpp 24 June 2014, 03:03:32 UTC
9f0f105 split out tests into appropriate test files 24 June 2014, 02:44:05 UTC
fbf9bc9 fixed indexing in von_mises chi square test 23 June 2014, 20:37:38 UTC
f34f157 added copyright information 20 June 2014, 17:29:13 UTC
c1435d9 updated model_header.hpp to include fwd mode autodiff files 20 June 2014, 17:18:23 UTC
3cbbd43 updated range of vm_rng in manual 20 June 2014, 17:05:00 UTC
53a7064 fixed von miss rng and added more tests 20 June 2014, 17:01:43 UTC
eafda80 Merge branch 'develop' of https://github.com/stan-dev/stan into develop 20 June 2014, 13:42:10 UTC
a74b1ba Merge pull request #703 from stan-dev/feature/issue-690-tag-v2.3.0 Tagging v2.3.0. Fixes #690. 20 June 2014, 12:14:31 UTC
c5606c3 Merge branch 'develop' into feature/issue-690-tag-v2.3.0 Conflicts: makefile 20 June 2014, 12:14:03 UTC
0d9c4e2 updating makefile with clearer language 20 June 2014, 12:10:30 UTC
f02e605 adding stan-reference-2.3.0.pdf to repository for v2.3.0 20 June 2014, 12:09:35 UTC
b0870ac Merge pull request #702 from stan-dev/feature/issue-698-make-error Fixes #698. updating makefile message for test-models 20 June 2014, 12:04:35 UTC
45a555c updating makefile message for test-models 20 June 2014, 11:58:26 UTC
1fe3a9d updated release notes for 2.3 20 June 2014, 08:57:37 UTC
a06b21f updated range of return values for von_mises_rng 17 June 2014, 17:37:40 UTC
07160df added doc 17 June 2014, 17:37:16 UTC
6470851 added von_mises rng to function signatures with test 17 June 2014, 17:19:12 UTC
bfadcb1 fixed von_mises_rng and added chi square goodness of fit test 17 June 2014, 17:19:02 UTC
0b40a12 Merge branch 'develop' into feature/vm_rng 17 June 2014, 16:26:32 UTC
221e785 Merge pull request #658 from aadler/patch-1 Update Von Mises 17 June 2014, 16:25:38 UTC
0c0d2bf Merge branch 'develop' into bugfix/issue-688-ordered-logistic-rng 17 June 2014, 16:10:43 UTC
back to top