Re: [eigen] Stan project using Eigen |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Stan project using Eigen
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 10 Oct 2012 19:51:30 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=lpQtRO6GY2x4M5AfECWJBPdfTrxUHauVcYwXWx715GQ=; b=JemyY5o5sTMYIWAsQEJa8/BW5FZ+rufMTXPz9yWv6sRQwGAldyp2x/CZG2Vng11naO tl2VhztNqYApT1FqkOvxXsiHM6ewF1A5lpyxtsxvkC1Nxn+3Anj4JENlsjCC1ddKcufR e58CBq8jySugyXFlgGpEWHkIk0GmHn8BA9WInHHpN/1iX05MVshzZsCfX8gWJYp/GIR6 phliapiNYLQ428VI4U6je8mk3LX9Vrhn+RSgHUEZR0Xcnnn4z68UmN/Nyj3QSyYM4LL/ HzfMi9n/ug2YuZjQvsQUZA41C8vTKe1rAruiXbQgDxLK0EFgy/QXy7IX/d9RWyjCOOIm ZPMA==
Hi,
congratulation for the release. I added a link in our project list.
Is there a simple example of using stan/agrad? I could not find
anything in the manual.
thanks,
gael
On Fri, Oct 5, 2012 at 7:49 PM, Bob Carpenter <carp@xxxxxxxxxxx> wrote:
> Speaking of the projects that use Eigen list...
>
> We finally released the official version of Stan,
> our BSD-licensed statistical model compiler and C++ API:
>
> http://mc-stan.org/
>
> The multivariate component for vector, row vector and
> matrix data types, operations and solvers is all Eigen.
> Stan also depends on Boost, but is otherwise dependency
> free (other than Google Test for the unit tests).
>
> It includes, among other things, an extensible implementation
> of reverse-mode automatic (algorithmic) differentiation
> for calculating gradients of matrix operations and solvers,
> with a wide range of special functions and probability functions.
>
> We haven't yet solved the mixed-operation type problem, so right
> now the code has a combination of hand-unrolled basic matrix
> operations and promoting non-variable arguments to auto-dif
> variables where necessary in solvers.
>
> - Bob
>
>