An open API service indexing awesome lists of open source software.

https://github.com/juliagaussianprocesses/linearmixingmodels.jl

http://proceedings.mlr.press/v119/bruinsma20a.html
https://github.com/juliagaussianprocesses/linearmixingmodels.jl

Last synced: 7 months ago
JSON representation

http://proceedings.mlr.press/v119/bruinsma20a.html

Awesome Lists containing this project

README

          

# LinearMixingModels

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://invenia.github.io/LinearMixingModels.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://invenia.github.io/LinearMixingModels.jl/dev)
[![Build Status](https://github.com/invenia/LinearMixingModels.jl/workflows/CI/badge.svg)](https://github.com/invenia/LinearMixingModels.jl/actions)
[![Coverage](https://codecov.io/gh/invenia/LinearMixingModels.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/invenia/LinearMixingModels.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)

A package for implementing [Instantaneous Linear Mixing Models](https://arxiv.org/pdf/1911.06287.pdf) (ILMMs) and Orthogonal Instantaneous Linear Mixing Models (OILMMs) using the [AbstractGPs](https://juliagaussianprocesses.github.io/AbstractGPs.jl/stable/) interface.

## Installation

```julia
julia> Pkg.add("LinearMixingModels")
```

## API

## Example