andrew_gelman_stats andrew_gelman_stats-2013 andrew_gelman_stats-2013-1799 knowledge-graph by maker-knowledge-mining

1799 andrew gelman stats-2013-04-12-Stan 1.3.0 and RStan 1.3.0 Ready for Action


meta infos for this blog

Source: html

Introduction: The Stan Development Team is happy to announce that Stan 1.3.0 and RStan 1.3.0 are available for download. Follow the links on: Stan home page: http://mc-stan.org/ Please let us know if you have problems updating. Here’s the full set of release notes. v1.3.0 (12 April 2013) ====================================================================== Enhancements ---------------------------------- Modeling Language * forward sampling (random draws from distributions) in generated quantities * better error messages in parser * new distributions: + exp_mod_normal + gumbel + skew_normal * new special functions: + owenst * new broadcast (repetition) functions for vectors, arrays, matrices + rep_arrray + rep_matrix + rep_row_vector + rep_vector Command-Line * added option to display autocorrelations in the command-line program to print output * changed default point estimation routine from the command line to


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 * typos in the manual * rstan: + fixed crash in R when index is out of bounds using set_cppo("fast") + io_context fix skipping len=0 + fix the typo in manual (dims -> dim) + add require(inline) to fix the problem with loading sysdata. [sent-18, score-1.255]


similar blogs computed by tfidf model

tfidf for this blog:

wordName wordTfidf (topN-words)

[('functions', 0.286), ('manual', 0.267), ('fixed', 0.244), ('added', 0.237), ('rstan', 0.197), ('lgamma', 0.19), ('nesterov', 0.19), ('fix', 0.158), ('command', 0.131), ('distribution', 0.12), ('matrices', 0.119), ('generated', 0.117), ('tests', 0.114), ('code', 0.113), ('stan', 0.113), ('unit', 0.107), ('index', 0.103), ('option', 0.097), ('method', 0.094), ('patched', 0.086), ('hypergeometric', 0.086), ('loading', 0.086), ('accelerated', 0.086), ('libs', 0.086), ('initialization', 0.086), ('parser', 0.086), ('probs', 0.086), ('standardization', 0.086), ('arguments', 0.082), ('source', 0.082), ('repetition', 0.081), ('skipping', 0.081), ('solver', 0.081), ('eigen', 0.081), ('abs', 0.081), ('dims', 0.081), ('inline', 0.081), ('improperly', 0.081), ('estimation', 0.081), ('additions', 0.078), ('templated', 0.078), ('enhancements', 0.078), ('distributions', 0.077), ('function', 0.076), ('autocorrelations', 0.075), ('sampling', 0.075), ('volatility', 0.073), ('newton', 0.073), ('arrays', 0.073), ('optimized', 0.073)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 1.0000002 1799 andrew gelman stats-2013-04-12-Stan 1.3.0 and RStan 1.3.0 Ready for Action

Introduction: The Stan Development Team is happy to announce that Stan 1.3.0 and RStan 1.3.0 are available for download. Follow the links on: Stan home page: http://mc-stan.org/ Please let us know if you have problems updating. Here’s the full set of release notes. v1.3.0 (12 April 2013) ====================================================================== Enhancements ---------------------------------- Modeling Language * forward sampling (random draws from distributions) in generated quantities * better error messages in parser * new distributions: + exp_mod_normal + gumbel + skew_normal * new special functions: + owenst * new broadcast (repetition) functions for vectors, arrays, matrices + rep_arrray + rep_matrix + rep_row_vector + rep_vector Command-Line * added option to display autocorrelations in the command-line program to print output * changed default point estimation routine from the command line to

2 0.37897328 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

Introduction: Stan 1.2.0 and RStan 1.2.0 are now available for download. See: http://mc-stan.org/ Here are the highlights. Full Mass Matrix Estimation during Warmup Yuanjun Gao, a first-year grad student here at Columbia (!), built a regularized mass-matrix estimator. This helps for posteriors with high correlation among parameters and varying scales. We’re still testing this ourselves, so the estimation procedure may change in the future (don’t worry — it satisfies detailed balance as is, but we might be able to make it more computationally efficient in terms of time per effective sample). It’s not the default option. The major reason is the matrix operations required are expensive, raising the algorithm cost to , where is the average number of leapfrog steps, is the number of iterations, and is the number of parameters. Yuanjun did a great job with the Cholesky factorizations and implemented this about as efficiently as is possible. (His homework for Andrew’s class w

3 0.34357312 1627 andrew gelman stats-2012-12-17-Stan and RStan 1.1.0

Introduction: We’re happy to announce the availability of Stan and RStan versions 1.1.0, which are general tools for performing model-based Bayesian inference using the no-U-turn sampler, an adaptive form of Hamiltonian Monte Carlo. Information on downloading and installing and using them is available as always from Stan Home Page: http://mc-stan.org/ Let us know if you have any problems on the mailing lists or at the e-mails linked on the home page (please don’t use this web page). The full release notes follow. (R)Stan Version 1.1.0 Release Notes =================================== -- Backward Compatibility Issue * Categorical distribution recoded to match documentation; it now has support {1,...,K} rather than {0,...,K-1}. * (RStan) change default value of permuted flag from FALSE to TRUE for Stan fit S4 extract() method -- New Features * Conditional (if-then-else) statements * While statements -- New Functions * generalized multiply_lower_tri

4 0.3363874 1710 andrew gelman stats-2013-02-06-The new Stan 1.1.1, featuring Gaussian processes!

Introduction: We just released Stan 1.1.1 and RStan 1.1.1 As usual, you can find download and install instructions at: http://mc-stan.org/ This is a patch release and is fully backward compatible with Stan and RStan 1.1.0. The main thing you should notice is that the multivariate models should be much faster and all the bugs reported for 1.1.0 have been fixed. We’ve also added a bit more functionality. The substantial changes are listed in the following release notes. v1.1.1 (5 February 2012) ====================================================================== Bug Fixes ———————————- * fixed bug in comparison operators, which swapped operator< with operator<= and swapped operator> with operator>= semantics * auto-initialize all variables to prevent segfaults * atan2 gradient propagation fixed * fixed off-by-one in NUTS treedepth bound so NUTS goes at most to specified tree depth rather than specified depth + 1 * various compiler compatibility and minor consistency issues * f

5 0.32377228 2209 andrew gelman stats-2014-02-13-CmdStan, RStan, PyStan v2.2.0

Introduction: The Stan Development Team is happy to announce CmdStan, RStan, and PyStan v2.2.0. As usual, more info is available on the Stan Home Page . This is a minor release with a mix of bug fixes and features. For a full list of changes, please see the v2.2.0 milestone on stan-dev/stan’s issue tracker. Some of the bug fixes and issues are listed below. Bug Fixes increment_log_prob is now vectorized and compiles with vector arguments multinomial random number generator used the wrong size for the return value fixed memory leaks in auto-diff implementation variables can start with the prefix ‘inf’ fixed parameter output order for arrays when using optimization RStan compatibility issue with latest Rcpp 0.11.0 Features suppress command line output with refresh <= 0 added 1 to treedepth to match usual definition of treedepth added distance, squared_distance, diag_pre_multiply, diag_pre_multiply to Stan modeling lnaguage added a ‘fixed_param’ sampler for

6 0.28988564 1475 andrew gelman stats-2012-08-30-A Stan is Born

7 0.16215345 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

8 0.13893148 2161 andrew gelman stats-2014-01-07-My recent debugging experience

9 0.13678305 2089 andrew gelman stats-2013-11-04-Shlemiel the Software Developer and Unknown Unknowns

10 0.1329211 535 andrew gelman stats-2011-01-24-Bleg: Automatic Differentiation for Log Prob Gradients?

11 0.12737454 266 andrew gelman stats-2010-09-09-The future of R

12 0.12572314 555 andrew gelman stats-2011-02-04-Handy Matrix Cheat Sheet, with Gradients

13 0.12467341 472 andrew gelman stats-2010-12-17-So-called fixed and random effects

14 0.12178656 1807 andrew gelman stats-2013-04-17-Data problems, coding errors…what can be done?

15 0.11870791 1009 andrew gelman stats-2011-11-14-Wickham R short course

16 0.1081576 774 andrew gelman stats-2011-06-20-The pervasive twoishness of statistics; in particular, the “sampling distribution” and the “likelihood” are two different models, and that’s a good thing

17 0.10487179 674 andrew gelman stats-2011-04-21-Handbook of Markov Chain Monte Carlo

18 0.10383987 2198 andrew gelman stats-2014-02-04-Special discount on Stan! $999 cheaper than Revolution R!

19 0.10201158 1309 andrew gelman stats-2012-05-09-The first version of my “inference from iterative simulation using parallel sequences” paper!

20 0.098097809 2291 andrew gelman stats-2014-04-14-Transitioning to Stan


similar blogs computed by lsi model

lsi for this blog:

topicId topicWeight

[(0, 0.131), (1, 0.122), (2, -0.001), (3, 0.051), (4, 0.131), (5, 0.065), (6, 0.024), (7, -0.189), (8, -0.074), (9, -0.123), (10, -0.129), (11, -0.035), (12, -0.098), (13, -0.058), (14, 0.048), (15, -0.014), (16, -0.014), (17, 0.072), (18, -0.037), (19, -0.021), (20, 0.032), (21, -0.001), (22, -0.037), (23, 0.006), (24, 0.029), (25, 0.01), (26, 0.023), (27, 0.08), (28, 0.031), (29, 0.001), (30, -0.031), (31, 0.069), (32, -0.007), (33, 0.013), (34, 0.04), (35, -0.08), (36, -0.048), (37, 0.05), (38, 0.011), (39, 0.061), (40, 0.042), (41, -0.063), (42, 0.022), (43, -0.005), (44, -0.021), (45, 0.052), (46, 0.019), (47, 0.002), (48, 0.009), (49, -0.022)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.9807384 1799 andrew gelman stats-2013-04-12-Stan 1.3.0 and RStan 1.3.0 Ready for Action

Introduction: The Stan Development Team is happy to announce that Stan 1.3.0 and RStan 1.3.0 are available for download. Follow the links on: Stan home page: http://mc-stan.org/ Please let us know if you have problems updating. Here’s the full set of release notes. v1.3.0 (12 April 2013) ====================================================================== Enhancements ---------------------------------- Modeling Language * forward sampling (random draws from distributions) in generated quantities * better error messages in parser * new distributions: + exp_mod_normal + gumbel + skew_normal * new special functions: + owenst * new broadcast (repetition) functions for vectors, arrays, matrices + rep_arrray + rep_matrix + rep_row_vector + rep_vector Command-Line * added option to display autocorrelations in the command-line program to print output * changed default point estimation routine from the command line to

2 0.93969804 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

Introduction: Stan 1.2.0 and RStan 1.2.0 are now available for download. See: http://mc-stan.org/ Here are the highlights. Full Mass Matrix Estimation during Warmup Yuanjun Gao, a first-year grad student here at Columbia (!), built a regularized mass-matrix estimator. This helps for posteriors with high correlation among parameters and varying scales. We’re still testing this ourselves, so the estimation procedure may change in the future (don’t worry — it satisfies detailed balance as is, but we might be able to make it more computationally efficient in terms of time per effective sample). It’s not the default option. The major reason is the matrix operations required are expensive, raising the algorithm cost to , where is the average number of leapfrog steps, is the number of iterations, and is the number of parameters. Yuanjun did a great job with the Cholesky factorizations and implemented this about as efficiently as is possible. (His homework for Andrew’s class w

3 0.93280685 1710 andrew gelman stats-2013-02-06-The new Stan 1.1.1, featuring Gaussian processes!

Introduction: We just released Stan 1.1.1 and RStan 1.1.1 As usual, you can find download and install instructions at: http://mc-stan.org/ This is a patch release and is fully backward compatible with Stan and RStan 1.1.0. The main thing you should notice is that the multivariate models should be much faster and all the bugs reported for 1.1.0 have been fixed. We’ve also added a bit more functionality. The substantial changes are listed in the following release notes. v1.1.1 (5 February 2012) ====================================================================== Bug Fixes ———————————- * fixed bug in comparison operators, which swapped operator< with operator<= and swapped operator> with operator>= semantics * auto-initialize all variables to prevent segfaults * atan2 gradient propagation fixed * fixed off-by-one in NUTS treedepth bound so NUTS goes at most to specified tree depth rather than specified depth + 1 * various compiler compatibility and minor consistency issues * f

4 0.90640932 1627 andrew gelman stats-2012-12-17-Stan and RStan 1.1.0

Introduction: We’re happy to announce the availability of Stan and RStan versions 1.1.0, which are general tools for performing model-based Bayesian inference using the no-U-turn sampler, an adaptive form of Hamiltonian Monte Carlo. Information on downloading and installing and using them is available as always from Stan Home Page: http://mc-stan.org/ Let us know if you have any problems on the mailing lists or at the e-mails linked on the home page (please don’t use this web page). The full release notes follow. (R)Stan Version 1.1.0 Release Notes =================================== -- Backward Compatibility Issue * Categorical distribution recoded to match documentation; it now has support {1,...,K} rather than {0,...,K-1}. * (RStan) change default value of permuted flag from FALSE to TRUE for Stan fit S4 extract() method -- New Features * Conditional (if-then-else) statements * While statements -- New Functions * generalized multiply_lower_tri

5 0.82463843 2209 andrew gelman stats-2014-02-13-CmdStan, RStan, PyStan v2.2.0

Introduction: The Stan Development Team is happy to announce CmdStan, RStan, and PyStan v2.2.0. As usual, more info is available on the Stan Home Page . This is a minor release with a mix of bug fixes and features. For a full list of changes, please see the v2.2.0 milestone on stan-dev/stan’s issue tracker. Some of the bug fixes and issues are listed below. Bug Fixes increment_log_prob is now vectorized and compiles with vector arguments multinomial random number generator used the wrong size for the return value fixed memory leaks in auto-diff implementation variables can start with the prefix ‘inf’ fixed parameter output order for arrays when using optimization RStan compatibility issue with latest Rcpp 0.11.0 Features suppress command line output with refresh <= 0 added 1 to treedepth to match usual definition of treedepth added distance, squared_distance, diag_pre_multiply, diag_pre_multiply to Stan modeling lnaguage added a ‘fixed_param’ sampler for

6 0.81808066 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

7 0.75455499 2003 andrew gelman stats-2013-08-30-Stan Project: Continuous Relaxations for Discrete MRFs

8 0.73544902 1475 andrew gelman stats-2012-08-30-A Stan is Born

9 0.72872806 2161 andrew gelman stats-2014-01-07-My recent debugging experience

10 0.72095239 535 andrew gelman stats-2011-01-24-Bleg: Automatic Differentiation for Log Prob Gradients?

11 0.71312612 1036 andrew gelman stats-2011-11-30-Stan uses Nuts!

12 0.69725007 1580 andrew gelman stats-2012-11-16-Stantastic!

13 0.67322743 2242 andrew gelman stats-2014-03-10-Stan Model of the Week: PK Calculation of IV and Oral Dosing

14 0.65634412 2020 andrew gelman stats-2013-09-12-Samplers for Big Science: emcee and BAT

15 0.64555353 1748 andrew gelman stats-2013-03-04-PyStan!

16 0.62892562 2318 andrew gelman stats-2014-05-04-Stan (& JAGS) Tutorial on Linear Mixed Models

17 0.62687129 2291 andrew gelman stats-2014-04-14-Transitioning to Stan

18 0.62117904 712 andrew gelman stats-2011-05-14-The joys of working in the public domain

19 0.62085468 2231 andrew gelman stats-2014-03-03-Running into a Stan Reference by Accident

20 0.61775887 2124 andrew gelman stats-2013-12-05-Stan (quietly) passes 512 people on the users list


similar blogs computed by lda model

lda for this blog:

topicId topicWeight

[(6, 0.062), (11, 0.122), (13, 0.016), (16, 0.073), (24, 0.165), (35, 0.041), (41, 0.032), (44, 0.052), (65, 0.035), (66, 0.019), (86, 0.026), (96, 0.012), (99, 0.19)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.93918467 1799 andrew gelman stats-2013-04-12-Stan 1.3.0 and RStan 1.3.0 Ready for Action

Introduction: The Stan Development Team is happy to announce that Stan 1.3.0 and RStan 1.3.0 are available for download. Follow the links on: Stan home page: http://mc-stan.org/ Please let us know if you have problems updating. Here’s the full set of release notes. v1.3.0 (12 April 2013) ====================================================================== Enhancements ---------------------------------- Modeling Language * forward sampling (random draws from distributions) in generated quantities * better error messages in parser * new distributions: + exp_mod_normal + gumbel + skew_normal * new special functions: + owenst * new broadcast (repetition) functions for vectors, arrays, matrices + rep_arrray + rep_matrix + rep_row_vector + rep_vector Command-Line * added option to display autocorrelations in the command-line program to print output * changed default point estimation routine from the command line to

2 0.92355311 273 andrew gelman stats-2010-09-13-Update on marathon statistics

Introduction: Frank Hansen updates his story and writes: Here is a link to the new stuff. The update is a little less than half way down the page. 1. used display() instead of summary() 2. include a proxy for [non] newbies — whether I can find their name in a previous Chicago Marathon. 3. graph actual pace vs. fitted pace (color code newbie proxy) 4. estimate the model separately for newbies and non-newbies. some incidental discussion of sd of errors. There are a few things unfinished but I have to get to bed, I’m running the 2010 Chicago Half tomorrow morning, and they moved the start up from 7:30 to 7:00 because it’s the day of the Bears home opener too.

3 0.88239086 1387 andrew gelman stats-2012-06-21-Will Tiger Woods catch Jack Nicklaus? And a discussion of the virtues of using continuous data even if your goal is discrete prediction

Introduction: I know next to nothing about golf. My mini-golf scores typically approach the maximum of 7 per hole, and I’ve never actually played macro-golf. I did publish a paper on golf once ( A Probability Model for Golf Putting , with Deb Nolan), but it’s not so rare for people to publish papers on topics they know nothing about. Those who can’t, research. But I certainly have the ability to post other people’s ideas. Charles Murray writes: I [Murray] am playing around with the likelihood of Tiger Woods breaking Nicklaus’s record in the Majors. I’ve already gone on record two years ago with the reason why he won’t, but now I’m looking at it from a non-psychological perspective. Given the history of the majors, what how far above the average _for other great golfers_ does Tiger have to perform? Here’s the procedure I’ve been working on: 1. For all golfers who have won at at least one major since 1934 (the year the Masters began), create 120 lines: one for each Major for each year f

4 0.85945952 693 andrew gelman stats-2011-05-04-Don’t any statisticians work for the IRS?

Introduction: A friend asks the above question and writes: This article left me thinking – how could the IRS not notice that this guy didn’t file taxes for several years? Don’t they run checks and notice if you miss a year? If I write a check our of order, there’s an asterisk next to the check number in my next bank statement showing that there was a gap in the sequence. If you ran the IRS, wouldn’t you do this: SSNs are issued sequentially. Once a SSN reaches 18, expect it to file a return. If it doesn’t, mail out a postage paid letter asking why not with check boxes such as Student, Unemployed, etc. Follow up at reasonable intervals. Eventually every SSN should be filing a return, or have an international address. Yes this is intrusive, but my goal is only to maximize tax revenue. Surely people who do this for a living could come up with something more elegant. My response: I dunno, maybe some confidentiality rules? The other thing is that I’m guessing that IRS gets lots of pushback w

5 0.85930705 2262 andrew gelman stats-2014-03-23-Win probabilities during a sporting event

Introduction: Todd Schneider writes: Apropos of your recent blog post about modeling score differential of basketball games , I thought you might enjoy a site I built, gambletron2000.com , that gathers real-time win probabilities from betting markets for most major sports (including NBA and college basketball). My original goal was to use the variance of changes in win probabilities to quantify which games were the most exciting, but I got a bit carried away and ended up pursuing a bunch of other ideas, which  you can read about in the full writeup here This particular passage from the anonymous someone in your post: My idea is for each timestep in a game (a second, 5 seconds, etc), use the Vegas line, the current score differential, who has the ball, and the number of possessions played already (to account for differences in pace) to create a point estimate probability of the home team winning. reminded me of a graph I made, which shows the mean-reverting tendency of N

6 0.85718197 1627 andrew gelman stats-2012-12-17-Stan and RStan 1.1.0

7 0.85701549 1474 andrew gelman stats-2012-08-29-More on scaled-inverse Wishart and prior independence

8 0.85214555 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

9 0.8506484 1386 andrew gelman stats-2012-06-21-Belief in hell is associated with lower crime rates

10 0.84908074 1019 andrew gelman stats-2011-11-19-Validation of Software for Bayesian Models Using Posterior Quantiles

11 0.84886199 1219 andrew gelman stats-2012-03-18-Tips on “great design” from . . . Microsoft!

12 0.84797442 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

13 0.84724736 2161 andrew gelman stats-2014-01-07-My recent debugging experience

14 0.84652632 1465 andrew gelman stats-2012-08-21-D. Buggin

15 0.84555084 1367 andrew gelman stats-2012-06-05-Question 26 of my final exam for Design and Analysis of Sample Surveys

16 0.8450824 2316 andrew gelman stats-2014-05-03-“The graph clearly shows that mammography adds virtually nothing to survival and if anything, decreases survival (and increases cost and provides unnecessary treatment)”

17 0.84351885 2049 andrew gelman stats-2013-10-03-On house arrest for p-hacking

18 0.84310085 1206 andrew gelman stats-2012-03-10-95% intervals that I don’t believe, because they’re from a flat prior I don’t believe

19 0.84161282 1155 andrew gelman stats-2012-02-05-What is a prior distribution?

20 0.84113383 1240 andrew gelman stats-2012-04-02-Blogads update