andrew_gelman_stats andrew_gelman_stats-2014 andrew_gelman_stats-2014-2209 knowledge-graph by maker-knowledge-mining

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


meta infos for this blog

Source: html

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


Summary: the most important sentenses genereted by tfidf model

sentIndex sentText sentNum sentScore

1 The Stan Development Team is happy to announce CmdStan, RStan, and PyStan v2. [sent-1, score-0.106]

2 As usual, more info is available on the Stan Home Page . [sent-4, score-0.101]

3 This is a minor release with a mix of bug fixes and features. [sent-5, score-0.849]

4 Some of the bug fixes and issues are listed below. [sent-9, score-0.705]


similar blogs computed by tfidf model

tfidf for this blog:

wordName wordTfidf (topN-words)

[('fixes', 0.33), ('stan', 0.304), ('bug', 0.292), ('treedepth', 0.263), ('rstan', 0.212), ('added', 0.192), ('output', 0.174), ('refresh', 0.14), ('inf', 0.14), ('leaks', 0.14), ('milestone', 0.14), ('development', 0.133), ('rcpp', 0.132), ('cmdstan', 0.132), ('pystan', 0.132), ('fixed', 0.131), ('team', 0.128), ('multinomial', 0.122), ('vectorized', 0.122), ('arrays', 0.118), ('compatibility', 0.118), ('suppress', 0.115), ('usual', 0.112), ('announce', 0.106), ('command', 0.106), ('info', 0.101), ('visit', 0.099), ('download', 0.097), ('vector', 0.096), ('sampler', 0.095), ('generated', 0.094), ('block', 0.092), ('issue', 0.092), ('memory', 0.091), ('quantities', 0.091), ('optimization', 0.088), ('webpage', 0.088), ('implementation', 0.083), ('distance', 0.083), ('listed', 0.083), ('definition', 0.079), ('match', 0.079), ('minor', 0.077), ('release', 0.077), ('mix', 0.073), ('features', 0.072), ('latest', 0.071), ('return', 0.071), ('home', 0.067), ('arguments', 0.066)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.99999988 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

2 0.42968529 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

Introduction: We’re happy to announce the release of Stan C++, CmdStan, RStan, and PyStan 2.1.0.  This is a minor feature release, but it is also an important bug fix release.  As always, the place to start is the (all new) Stan web pages: http://mc-stan.org   Major Bug in 2.0.0, 2.0.1 Stan 2.0.0 and Stan 2.0.1 introduced a bug in the implementation of the NUTS criterion that led to poor tail exploration and thus biased the posterior uncertainty downward.  There was no bug in NUTS in Stan 1.3 or earlier, and 2.1 has been extensively tested and tests put in place so this problem will not recur. If you are using Stan 2.0.0 or 2.0.1, you should switch to 2.1.0 as soon as possible and rerun any models you care about.   New Target Acceptance Rate Default for Stan 2.1.0 Another big change aimed at reducing posterior estimation bias was an increase in the target acceptance rate during adaptation from 0.65 to 0.80.  The bad news is that iterations will take around 50% longer

3 0.36505863 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.32992876 1475 andrew gelman stats-2012-08-30-A Stan is Born

Introduction: Stan 1.0.0 and RStan 1.0.0 It’s official. The Stan Development Team is happy to announce the first stable versions of Stan and RStan. What is (R)Stan? Stan is an open-source package for obtaining Bayesian inference using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo. It’s sort of like BUGS, but with a different language for expressing models and a different sampler for sampling from their posteriors. RStan is the R interface to Stan. Stan Home Page Stan’s home page is: http://mc-stan.org/ It links everything you need to get started running Stan from the command line, from R, or from C++, including full step-by-step install instructions, a detailed user’s guide and reference manual for the modeling language, and tested ports of most of the BUGS examples. Peruse the Manual If you’d like to learn more, the Stan User’s Guide and Reference Manual is the place to start.

5 0.32377228 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

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

7 0.26829085 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

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

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

10 0.19264582 1748 andrew gelman stats-2013-03-04-PyStan!

11 0.17306964 1026 andrew gelman stats-2011-11-25-Bayes wikipedia update

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

13 0.16604115 2291 andrew gelman stats-2014-04-14-Transitioning to Stan

14 0.15340619 1950 andrew gelman stats-2013-07-22-My talks that were scheduled for Tues at the Data Skeptics meetup and Wed at the Open Statistical Programming meetup

15 0.14692231 1580 andrew gelman stats-2012-11-16-Stantastic!

16 0.13471478 1855 andrew gelman stats-2013-05-13-Stan!

17 0.12001172 2096 andrew gelman stats-2013-11-10-Schiminovich is on The Simpsons

18 0.11758563 1528 andrew gelman stats-2012-10-10-My talk at MIT on Thurs 11 Oct

19 0.10954808 2299 andrew gelman stats-2014-04-21-Stan Model of the Week: Hierarchical Modeling of Supernovas

20 0.10614035 2035 andrew gelman stats-2013-09-23-Scalable Stan


similar blogs computed by lsi model

lsi for this blog:

topicId topicWeight

[(0, 0.084), (1, 0.061), (2, -0.019), (3, 0.057), (4, 0.13), (5, 0.096), (6, 0.01), (7, -0.275), (8, -0.128), (9, -0.151), (10, -0.192), (11, -0.038), (12, -0.11), (13, -0.053), (14, 0.099), (15, 0.005), (16, -0.026), (17, 0.102), (18, -0.026), (19, 0.013), (20, -0.035), (21, -0.002), (22, -0.056), (23, -0.007), (24, 0.024), (25, 0.0), (26, 0.064), (27, 0.008), (28, -0.08), (29, -0.019), (30, -0.002), (31, 0.045), (32, -0.008), (33, 0.005), (34, -0.006), (35, 0.015), (36, 0.014), (37, 0.035), (38, 0.058), (39, 0.043), (40, 0.043), (41, -0.058), (42, 0.012), (43, -0.004), (44, -0.018), (45, 0.012), (46, 0.041), (47, -0.032), (48, -0.034), (49, 0.05)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.99596095 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

2 0.94551557 1475 andrew gelman stats-2012-08-30-A Stan is Born

Introduction: Stan 1.0.0 and RStan 1.0.0 It’s official. The Stan Development Team is happy to announce the first stable versions of Stan and RStan. What is (R)Stan? Stan is an open-source package for obtaining Bayesian inference using the No-U-Turn sampler, a variant of Hamiltonian Monte Carlo. It’s sort of like BUGS, but with a different language for expressing models and a different sampler for sampling from their posteriors. RStan is the R interface to Stan. Stan Home Page Stan’s home page is: http://mc-stan.org/ It links everything you need to get started running Stan from the command line, from R, or from C++, including full step-by-step install instructions, a detailed user’s guide and reference manual for the modeling language, and tested ports of most of the BUGS examples. Peruse the Manual If you’d like to learn more, the Stan User’s Guide and Reference Manual is the place to start.

3 0.93666708 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

Introduction: We’re happy to announce the release of Stan C++, CmdStan, RStan, and PyStan 2.1.0.  This is a minor feature release, but it is also an important bug fix release.  As always, the place to start is the (all new) Stan web pages: http://mc-stan.org   Major Bug in 2.0.0, 2.0.1 Stan 2.0.0 and Stan 2.0.1 introduced a bug in the implementation of the NUTS criterion that led to poor tail exploration and thus biased the posterior uncertainty downward.  There was no bug in NUTS in Stan 1.3 or earlier, and 2.1 has been extensively tested and tests put in place so this problem will not recur. If you are using Stan 2.0.0 or 2.0.1, you should switch to 2.1.0 as soon as possible and rerun any models you care about.   New Target Acceptance Rate Default for Stan 2.1.0 Another big change aimed at reducing posterior estimation bias was an increase in the target acceptance rate during adaptation from 0.65 to 0.80.  The bad news is that iterations will take around 50% longer

4 0.93582213 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.90983397 712 andrew gelman stats-2011-05-14-The joys of working in the public domain

Introduction: Stan will make a total lifetime profit of $0, so we can’t be sued !

6 0.9024846 1748 andrew gelman stats-2013-03-04-PyStan!

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

8 0.82100725 1576 andrew gelman stats-2012-11-13-Stan at NIPS 2012 Workshop on Probabilistic Programming

9 0.81720424 1580 andrew gelman stats-2012-11-16-Stantastic!

10 0.79936224 2325 andrew gelman stats-2014-05-07-Stan users meetup next week

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

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

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

14 0.76799792 1855 andrew gelman stats-2013-05-13-Stan!

15 0.76634991 2161 andrew gelman stats-2014-01-07-My recent debugging experience

16 0.75924212 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

17 0.7379083 1472 andrew gelman stats-2012-08-28-Migrating from dot to underscore

18 0.71837127 2291 andrew gelman stats-2014-04-14-Transitioning to Stan

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

20 0.70010501 2096 andrew gelman stats-2013-11-10-Schiminovich is on The Simpsons


similar blogs computed by lda model

lda for this blog:

topicId topicWeight

[(0, 0.017), (6, 0.096), (16, 0.095), (21, 0.059), (24, 0.144), (35, 0.055), (44, 0.197), (50, 0.026), (91, 0.067), (99, 0.129)]

similar blogs list:

simIndex simValue blogId blogTitle

same-blog 1 0.95741951 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

2 0.84694886 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

3 0.83732694 559 andrew gelman stats-2011-02-06-Bidding for the kickoff

Introduction: Steven Brams and James Jorash propose a system for reducing the advantage that comes from winning the coin flip in overtime: Dispensing with a coin toss, the teams would bid on where the ball is kicked from by the kicking team. In the NFL, it’s now the 30-yard line. Under Brams and Jorasch’s rule, the kicking team would be the team that bids the lower number, because it is willing to put itself at a disadvantage by kicking from farther back. However, it would not kick from the number it bids, but from the average of the two bids. To illustrate, assume team A bids to kick from the 38-yard line, while team B bids its 32-yard line. Team B would win the bidding and, therefore, be designated as the kick-off team. But B wouldn’t kick from 32, but instead from the average of 38 and 32–its 35-yard line. This is better for B by 3 yards than the 32-yard line that it proposed, because it’s closer to the end zone it is kicking towards. It’s also better for A by 3 yards to have B kick fr

4 0.78818357 2150 andrew gelman stats-2013-12-27-(R-Py-Cmd)Stan 2.1.0

Introduction: We’re happy to announce the release of Stan C++, CmdStan, RStan, and PyStan 2.1.0.  This is a minor feature release, but it is also an important bug fix release.  As always, the place to start is the (all new) Stan web pages: http://mc-stan.org   Major Bug in 2.0.0, 2.0.1 Stan 2.0.0 and Stan 2.0.1 introduced a bug in the implementation of the NUTS criterion that led to poor tail exploration and thus biased the posterior uncertainty downward.  There was no bug in NUTS in Stan 1.3 or earlier, and 2.1 has been extensively tested and tests put in place so this problem will not recur. If you are using Stan 2.0.0 or 2.0.1, you should switch to 2.1.0 as soon as possible and rerun any models you care about.   New Target Acceptance Rate Default for Stan 2.1.0 Another big change aimed at reducing posterior estimation bias was an increase in the target acceptance rate during adaptation from 0.65 to 0.80.  The bad news is that iterations will take around 50% longer

5 0.76175958 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

6 0.75740099 864 andrew gelman stats-2011-08-21-Going viral — not!

7 0.71768463 1798 andrew gelman stats-2013-04-11-Continuing conflict over conflict statistics

8 0.71068072 1879 andrew gelman stats-2013-06-01-Benford’s law and addresses

9 0.70109344 1753 andrew gelman stats-2013-03-06-Stan 1.2.0 and RStan 1.2.0

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

11 0.69790053 748 andrew gelman stats-2011-06-06-Why your Klout score is meaningless

12 0.68761462 954 andrew gelman stats-2011-10-12-Benford’s Law suggests lots of financial fraud

13 0.68748111 1837 andrew gelman stats-2013-05-03-NYC Data Skeptics Meetup

14 0.67928576 111 andrew gelman stats-2010-06-26-Tough love as a style of writing

15 0.67859215 1293 andrew gelman stats-2012-05-01-Huff the Magic Dragon

16 0.67830217 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.67319715 1710 andrew gelman stats-2013-02-06-The new Stan 1.1.1, featuring Gaussian processes!

18 0.6702975 1613 andrew gelman stats-2012-12-09-Hey—here’s a photo of me making fun of a silly infographic (from last year)

19 0.66697562 1576 andrew gelman stats-2012-11-13-Stan at NIPS 2012 Workshop on Probabilistic Programming

20 0.66646254 444 andrew gelman stats-2010-12-02-Rational addiction