line

package
v0.0.0-...-db53517 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: MulanPSL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LineMetaData

type LineMetaData struct {
	// a是斜率,b是截距
	A         float64
	B         float64
	DataCount int64
}

func LeastSquares

func LeastSquares(x []float64, y []float64) (LineMetaData, error)

输出: 3.2658x+16.104

Jump to

Keyboard shortcuts

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