mv

package
v0.0.0-...-768eb72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2018 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Normal

type Normal struct {
	Location   []float64
	Covariance []float64
}

Normal is a multivariate normal distribution with full rank covariance.

func NewNormal

func NewNormal(loc, cov []float64) (n *Normal, err error)

NewNormal constructs a Normal with the given location, covariance (if possible).

func (*Normal) Dim

func (n *Normal) Dim() int

Dim returns the dimensionality of the mv Normal distribution.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL