The Visualization Toolkit (VTK) is an open-source, freely available software
system for 3D computer graphics, image processing and visualization. VTK
consists of a C++ class library and several interpreted interface layers
including Tcl/Tk, Java, and Python. Kitware, whose team created and continues
to extend the toolkit, offers professional support and consulting services for
VTK. VTK supports a wide variety of visualization algorithms including: scalar,
vector, tensor, texture, and volumetric methods; and advanced modeling
techniques such as: implicit modeling, polygon reduction, mesh smoothing,
cutting, contouring, and Delaunay triangulation. VTK has an extensive
information visualization framework, has a suite of 3D interaction widgets,
supports parallel processing, and integrates with various databases on GUI
toolkits such as Qt and Tk.
An implementation of about 6 major classes of statistical regression
models.At the heart of it are the vector generalized linear and
additive model (VGLM/VGAM) classes, and the book "Vector Generalized
Linear and Additive Models: With an Implementation in R" (Yee, 2015)
gives details of the statistical framework and VGAM package. Currently
only fixed-effects models are implemented, i.e., no random-effects models.
dlmodeler is a set of user-friendly functions to simplify the state-space
modelling, fitting, analysis and forecasting of Generalized Dynamic Linear
Models (DLMs). It includes functions to name and extract individual components
of a DLM, build classical seasonal time-series models (monthly, quarterly,
yearly, etc. with calendar adjustments) and provides a unified interface
compatible with other state-space packages including: dlm, FKF and KFAS.
Zelig is an easy-to-use program that can estimate, and help interpret the
results of, an enormous range of statistical models. It literally is "everyone's
statistical software" because Zelig's simple unified framework incorporates
everyone else's (R) code. We also hope it will become "everyone's statistical
software" for applications and teaching, and so have designed Zelig so that
anyone can easily use it or add their programs to it. Zelig also comes with
infrastructure that facilitates the use of any existing method, such as by
allowing multiply imputed data for any model, and mimicking the program Clarify
(for Stata) that takes the raw output of existing statistical procedures and
translates them into quantities of direct interest.
Maximum likelihood estimation of the parameters of a fractionally
differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics,
1989).
LabPlot is a program for two- and three-dimensional graphical
presentation of data sets and functions. LabPlot allows you to work
with multiple plots which each can have multiple graphs. The graphs
can be produced from data or from functions.
assertthat is an extension to stopifnot() that makes it easy to
declare the pre and post conditions that you code should satisfy,
while also producing friendly error messages so that your users
know what they've done wrong.
R-cran-coda is a R module for output analysis and diagnostics for
Markov Chain Monte Carlo simulations.
R-cran-inline is a functionality to dynamically define R functions
and S4 methods with in-lined C, C++ or Fortran code supporting .C
and .Call calling conventions.
Calculates the Delaunay triangulation and the Dirichlet or Voronoi
tessellation (with respect to the entire plane) of a planar point
set. Plots triangulations and tessellations in various ways. Clips
tessellations to sub-windows. Calculates perimeters of tessellations.