Home > Net >  C # realize gaussian fitting
C # realize gaussian fitting

Time:04-06

Software using WPF development, hoping to do a gaussian curve fitting functions, enter data at least want to do after you get coefficient of the gaussian curve, a way that would like to ask, or is there a ready-made library can call to solve some math related coefficient, such as polynomial fitting, thank you!

CodePudding user response:

Using c # write advanced artificial intelligence data fitting and classification algorithm, can be use https://github.com/SciSharp, simple nonlinear fitting and linear programming method, can use the Microsoft Foundation Server 3.1,

CodePudding user response:

Basic.net software package also has a lot of professional mathematics algorithm,

CodePudding user response:

For example, has studied python can use numpy with almost the same code to process the data, more than ten minutes to easily write regression algorithm of an advanced,
  •  Tags:  
  • C#
  • Related