-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
41 lines (30 loc) · 1.24 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "sparta: Sparse Tables"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
[](https://github.com/mlindsk/sparta/actions)
[](https://cran.r-project.org/package=sparta)
<!-- badges: end -->
## About
The `sparta` package implements new methods (multiplication, marginalization etc.) for dealing with conditional probability tables (CPTs) and are especially useful when the CPTs are sparse.
## Installation
- Current stable release from CRAN:
```{r, eval = FALSE}
install.packages("sparta")
```
- Current development version:
```{r, eval = FALSE}
remotes::install_github("mlindsk/sparta")
```
## See Also
The `jti`, https://github.com/mlindsk/jti, package (on CRAN) implements belief propagation via the Junction Tree Algorithm which relies heavily on `sparta` tables. See also https://github.com/mlindsk/pednoa for a usecase of `jti` where "ordinary/dense" table operations will fail.