statutil

package
Version: v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApproxTable

type ApproxTable struct {
	// contains filtered or unexported fields
}

ApproxTable is a distribution table approximation.

In particular, it is good for complex distributions that I do not want to implement, such as the chi squared distribution.

func NewApproxTable

func NewApproxTable(rows, cols []float64, table [][]float64) *ApproxTable

func (ApproxTable) Value

func (at ApproxTable) Value(r, c float64) float64

Source Files

Jump to

Keyboard shortcuts

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