[ 源代码: r-cran-tmb ]
软件包:r-cran-tmb(1.7.15-1)
GNU R template model builder: general random effect tool
With this tool, a user should be able to quickly implement complex random effect models through simple C++ templates. The package combines 'CppAD' (C++ automatic differentiation), 'Eigen' (templated matrix-vector library) and 'CHOLMOD' (sparse matrix routines available from R) to obtain an efficient implementation of the applied Laplace approximation with exact derivatives. Key features are: Automatic sparseness detection, parallelism through 'BLAS' and parallel user templates.
其他与 r-cran-tmb 有关的软件包
|
|
|
|
-
- dep: libblas3
- Basic Linear Algebra Reference implementations, shared library
- 或者 libblas.so.3
- 本虚包由这些包填实: libatlas3-base, libblas3, libblis2-openmp, libblis2-pthread, libblis2-serial, libopenblas-base
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC 支持库
-
- dep: libgfortran5 (>= 8)
- Runtime library for GNU Fortran applications
-
- dep: libgomp1 (>= 4.2.1)
- GCC OpenMP(GOMP)支持库
-
- dep: liblapack3
- Library of linear algebra routines 3 - shared version
- 或者 liblapack.so.3
- 本虚包由这些包填实: libatlas3-base, liblapack3, libopenblas-base
-
- dep: libquadmath0 (>= 4.6)
- GCC Quad-Precision Math Library
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版
-
- dep: r-api-3.5
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 3.5.1-2)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-matrix (>= 1.0-12)
- GNU R package of classes for dense and sparse matrices
-
- sug: r-cran-numderiv
- GNU R package for accurate numerical derivatives