numericalgo icon indicating copy to clipboard operation
numericalgo copied to clipboard

numericalgo is a set of numerical methods implemented in Golang.

Results 4 numericalgo issues
Sort by recently updated
recently updated
newest added

Hello, I see this project has no license and was wondering if this was intentional. My assumption (confirmed by a quick search) is that the absence of a license means...

Hi, I'm getting a runtime error in this case ``` note:=2.5 x := []float64{5.0, 3.0, 1.0, 2.0, 4.0, 1.0} y := []float64{0.0, 1.0, 2.0, 3.0, 4.0, 5.0} li := linear.New()...

Q1: Can Lagrange interpolation be used to extrapolate too? I see to get this error: Value to interpolate is too small and not in range Q2: For large datasets, fitting...