Skip to content

ngharrison/MultiQuantityGPs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiQuantityGPs

Stable Dev Build Status Aqua

Overview

This package contains code for a Multi-Quantity Gaussian Process (MQGP). As with any GP, it can be used to interpolate between data points, creating a mapping in one or more dimensions. However, it also uses a multi-quantity covariance function and mean function to represent the relationship between quantities as linear models. In effect, it can learn linear models between quantities even when their known data points are not spatially collocated. For more information and usage examples, please see the docs.

This package was extracted from and is used by InformativeSampling.

Installation

This package is registered and can be installed using Julia's builtin package manager:

using Pkg; Pkg.add("MultiQuantityGPs")

About

A package for Multi-Quantity Gaussian Processes (MQGPs).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages