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