Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Expanded docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Thatcher committed Jul 28, 2015
1 parent 0ca8b13 commit 607d36e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/compositekernels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Rational-Quadratic Kernel
where :math:`\kappa` is a non-negative negative definite kernel. The rational-quadratic
kernel is a Mercer kernel.

Matern Kernel
-------------

.. function:: MaternKernel{T<:FloatingPoint}(κ::BaseKernel{T} = SquaredDistanceKernel(1.0), α::T = one(T), β::T = one(T), γ::T = one(T))

Construct a Matern class kernel:
Expand All @@ -62,6 +65,9 @@ Rational-Quadratic Kernel
function, :math:`K_{\nu}` is the modified Bessel function of the second kind, :math:`\nu > 0`
and :math:`\theta > 0`. The Matern kernel is a Mercer kernel.

Power Kernel
------------

.. function:: PowerKernel{T<:FloatingPoint}(κ::BaseKernel{T} = SquaredDistanceKernel(1.0), γ::T = one(T))

Construct a power kernel:
Expand Down

0 comments on commit 607d36e

Please sign in to comment.