package gsl

  1. Overview
  2. Docs

Multi-parameter Least-Squares Fitting

type ws
val make : n:int -> p:int -> ws
val _linear : ?weight:Gsl_vectmat.vec -> x:Gsl_vectmat.mat -> y:Gsl_vectmat.vec -> c:Gsl_vectmat.vec -> cov:Gsl_vectmat.mat -> ws -> float
val fit_poly : ?weight:float array -> x:float array -> y:float array -> int -> float array * float array array * float
OCaml

Innovation. Community. Security.