package gsl

  1. Overview
  2. Docs

Module Gsl.MultifitSource

Multi-parameter Least-Squares Fitting

Sourcetype ws
Sourceval make : n:int -> p:int -> ws
Sourceval _linear : ?weight:Vectmat.vec -> x:Vectmat.mat -> y:Vectmat.vec -> c:Vectmat.vec -> cov:Vectmat.mat -> ws -> float
Sourceval linear : ?weight:Vectmat.vec -> Vectmat.mat -> Vectmat.vec -> Vector.vector * Matrix.matrix * float
Sourceval linear_est : x:Vectmat.vec -> c:Vectmat.vec -> cov:Vectmat.mat -> Fun.result
Sourceval fit_poly : ?weight:float array -> x:float array -> y:float array -> int -> float array * float array array * float
OCaml

Innovation. Community. Security.