Structural Intervention Distance (SID)
The code computes the structural intervention distance (SID) between a true directed acyclic graph (DAG) and an estimated DAG. Definition and details about the implementation can be found in J. Peters and P. Bühlmann: “Structural intervention distance (SID) for evaluating causal graphs”, Neural Computation 27, pages 771-799, 2015.
Sql Server driver database interface (DBI) driver for R (rsqlserver)
Sql Server driver database interface (DBI) driver for R. This is a DBI-compliant Sql Server driver based on the .NET Framework Data Provider for SQL Server (SqlClient) System.Data.SqlClient. The .NET Framework Data Provider for SQL Server (SqlClient) uses its own protocol to communicate with SQL Server. It is lightweight and performs well because it is optimized to access a SQL Server directly without adding an OLE DB or Open Database Connectivity (ODBC) layer.
Automated C Code Generation for Use with the “deSolve” and “bvpSolve”” Packages (cOde)
Generates all necessary C functions allowing the user to work with the compiled-code interface of ode() and bvptwp(). The implementation supports “forcings” and “events”. The package also provides functions to symbolically compute Jacobians, sensitivity equations and adjoint sensitivities being the basis for sensitivity analysis.