mirror of
https://github.com/gonum/gonum.git
synced 2025-11-02 11:24:13 +08:00
{dist,distmv,sample,stat}: add missing copyright headers and package docs
This commit is contained in:
5
dist/general.go
vendored
5
dist/general.go
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
// Copyright ©2014 The gonum Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// Package dist provides univariate random distribution types.
|
||||||
package dist
|
package dist
|
||||||
|
|
||||||
// Parameter represents a parameter of a probability distribution
|
// Parameter represents a parameter of a probability distribution
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// Package distmv provides multivariate random distribution types.
|
||||||
package distmv
|
package distmv
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
// Copyright ©2015 The gonum Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package distmv
|
package distmv
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
// Copyright ©2015 The gonum Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package sample
|
package sample
|
||||||
|
|
||||||
import "github.com/gonum/stat/dist"
|
import "github.com/gonum/stat/dist"
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
// Copyright ©2015 The gonum Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package sample
|
package sample
|
||||||
|
|
||||||
import "github.com/gonum/stat/dist"
|
import "github.com/gonum/stat/dist"
|
||||||
|
|||||||
1
stat.go
1
stat.go
@@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// Package stat provides generalized statistical functions.
|
||||||
package stat
|
package stat
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user