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
- Host: GitHub
- URL: https://github.com/juliagaussianprocesses/linearmixingmodels.jl
- Owner: JuliaGaussianProcesses
- License: mit
- Created: 2021-07-15T14:35:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T00:27:42.000Z (over 3 years ago)
- Last Synced: 2025-02-20T03:45:22.552Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 545 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinearMixingModels
[](https://invenia.github.io/LinearMixingModels.jl/stable)
[](https://invenia.github.io/LinearMixingModels.jl/dev)
[](https://github.com/invenia/LinearMixingModels.jl/actions)
[](https://codecov.io/gh/invenia/LinearMixingModels.jl)
[](https://github.com/invenia/BlueStyle)
[](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