mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
10 lines
345 B
Go
10 lines
345 B
Go
/*
|
|
Package sampleuv implements advanced sampling routines from explicit and implicit
|
|
probability distributions.
|
|
|
|
Each sampling routine is implemented as a stateless function with a
|
|
complementary wrapper type. The wrapper types allow the sampling routines
|
|
to implement interfaces.
|
|
*/
|
|
package sampleuv // import "gonum.org/v1/gonum/stat/sampleuv"
|